PublicDomain reference library
PublicDomain.Feeder.Atom Namespace
Namespaces > PublicDomain.Feeder.Atom


Syntax
C#Visual Basic
namespace PublicDomain.Feeder.Atom
Namespace PublicDomain.Feeder.Atom
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classAtomCategory
public classAtomContent
public classAtomFeedParser
public classAtomGenerator
public classAtomLink
public classAtomPerson
public classAtomText
public interfaceIAtomCategory
Specifies a category that the feed belongs to. A feed may have multiple category elements. Taken verbatim from http://www.atomenabled.org/developers/syndication/.
public interfaceIAtomContent
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/.
public interfaceIAtomGenerator
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/.
public interfaceIAtomLink
Identifies a related Web page. Taken verbatim from http://www.atomenabled.org/developers/syndication/.
public interfaceIAtomPerson
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/.
public interfaceIAtomText
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/.