Atom.NET documentation

Atom.Core Namespace

Namespace hierarchy

Classes

ClassDescription
AtomContent The content of an Atom entry.
AtomContentConstruct The class representing all content constructs.
AtomDateConstruct The class representing all date contructs.
AtomElement The base class for all elements.
AtomEntry The Atom entry.
AtomFeed The Atom feed.
AtomLink The link of an Atom feed or an entry.
AtomPersonConstruct The class representing all person constructs.
DuplicateLinkException The exception that is thrown when two duplicate links are found.
MainAlternateLinkMissingException The exception that is thrown when the main link with alternate relationship is not inserted.
OnlyOneMultipartContentAllowedException The exception that is thrown when a more than one multipart content is inserted in an entry.
RequiredAttributeNotFoundException The exception that is thrown when a required attribute is not found in the feed or entry.
RequiredElementNotFoundException The exception that is thrown when a required element is not found in the feed or entry.

Enumerations

EnumerationDescription
Language The allowed languages (locales) in the Atom feed. Visit http://www.ietf.org/rfc/rfc3066.txt, http://www.unicode.org/unicode/onlinedat/languages.html or http://www.loc.gov/standards/iso639-2/ for more infos on languages codes and http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html for countries codes.
MediaType The media types used in Atom. Visit http://www.ietf.org/rfc/rfc2045.txt for more infos on media types.
Mode The allowed encoding modes.
Relationship The allowed relationships in link elements.