| C# | Visual Basic |
namespace PublicDomain.Feeder.Atom
Namespace PublicDomain.Feeder.Atom
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| AtomCategory | ||
| AtomContent | ||
| AtomFeedParser | ||
| AtomGenerator | ||
| AtomLink | ||
| AtomPerson | ||
| AtomText | ||
| IAtomCategory |
Specifies a category that the feed belongs to. A feed may have multiple category elements.
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
| |
| IAtomContent |
Contains or links to the complete content of the entry. Content must be provided if there is no alternate link, and should be provided if there is no summary.
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
| |
| IAtomGenerator |
Identifies the software used to generate the feed, for debugging and other purposes. Both the uri and version attributes are optional.
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
| |
| IAtomLink |
Identifies a related Web page.
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
| |
| IAtomPerson |
Describes a person, corporation, or similar entity. It has one required element, name, and two optional elements: uri, email.
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
| |
| IAtomText |
Contains human-readable text, usually in small quantities. The type attribute determines how this information is encoded (default="text")
Taken verbatim from http://www.atomenabled.org/developers/syndication/.
|