Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.ServiceModel.Syndication Namespace

 

Provides classes related to service model syndication.

ClassDescription
System_CAPS_pubclassAtom10FeedFormatter

A class that serializes a SyndicationFeed instance to and from Atom 1.0 format.

System_CAPS_pubclassAtom10FeedFormatter<TSyndicationFeed>

A class that serializes SyndicationFeed-derived classes to and from Atom 1.0 format.

System_CAPS_pubclassAtom10ItemFormatter

A class that serializes a SyndicationItem instance to and from Atom 1.0 format.

System_CAPS_pubclassAtom10ItemFormatter<TSyndicationItem>

A class that serializes SyndicationItem-derived classes to and from Atom 1.0 format.

System_CAPS_pubclassAtomPub10CategoriesDocumentFormatter

A class that serializes a CategoriesDocument instance to and from Atom 1.0 format.

System_CAPS_pubclassAtomPub10ServiceDocumentFormatter

A formatter that serializes a ServiceDocument instance to and from XML using Atom 1.0 formats.

System_CAPS_pubclassAtomPub10ServiceDocumentFormatter<TServiceDocument>

A formatter that serializes classes derived from a ServiceDocument instance to and from XML using Atom 1.0 formats.

System_CAPS_pubclassCategoriesDocument

Represents a categories document.

System_CAPS_pubclassCategoriesDocumentFormatter

An abstract class used as a base class for other formatters, (for example, AtomPub10CategoriesDocumentFormatter).

System_CAPS_pubclassInlineCategoriesDocument

Represents a <atom:categories> element within a service document.

System_CAPS_pubclassReferencedCategoriesDocument

Represents a reference to a categories document.

System_CAPS_pubclassResourceCollectionInfo

Represents a collection of resources represented by <atom:collection> element.

System_CAPS_pubclassRss20FeedFormatter

A class that serializes a SyndicationFeed instance to and from RSS 2.0 format.

System_CAPS_pubclassRss20FeedFormatter<TSyndicationFeed>

A class that serializes SyndicationFeed-derived classes to RSS 2.0 format.

System_CAPS_pubclassRss20ItemFormatter

A class that serializes a SyndicationItem instance to and from RSS 2.0 format.

System_CAPS_pubclassRss20ItemFormatter<TSyndicationItem>

A class that serializes SyndicationItem-derived classes to and from RSS 2.0 format.

System_CAPS_pubclassServiceDocument

Represents a service document.

System_CAPS_pubclassServiceDocumentFormatter

An abstract class used as a base class for other formatters, such as AtomPub10ServiceDocumentFormatter.

System_CAPS_pubclassSyndicationCategory

A class that represents the category of a syndication feed.

System_CAPS_pubclassSyndicationContent

A base class that represents syndication content.

System_CAPS_pubclassSyndicationElementExtension

A class that represents a syndication element extension.

System_CAPS_pubclassSyndicationElementExtensionCollection

A collection of SyndicationElementExtension objects.

System_CAPS_pubclassSyndicationFeed

Represents a top-level feed object, <feed> in Atom 1.0 and <rss> in RSS 2.0.

System_CAPS_pubclassSyndicationFeedFormatter

An abstract class used as a base class for other formatters, (for example Atom10FeedFormatter).

System_CAPS_pubclassSyndicationItem

Represents a feed item, for example an RSS <item> or an Atom <entry>.

System_CAPS_pubclassSyndicationItemFormatter

An abstract class used as a base class for other formatters, (for example, Atom10ItemFormatter).

System_CAPS_pubclassSyndicationLink

Represents a link within a syndication feed or item.

System_CAPS_pubclassSyndicationPerson

Represents an author or contributor of syndication content.

System_CAPS_pubclassSyndicationVersions

A class that represents the syndication versions supported by Windows Communication Foundation (WCF).

System_CAPS_pubclassTextSyndicationContent

Represents any SyndicationItem content intended to be displayed to an end user.

System_CAPS_pubclassUrlSyndicationContent

Represents syndication content that consists of a URL to another resource.

System_CAPS_pubclassWorkspace

Represents a workspace within a service document.

System_CAPS_pubclassXmlSyndicationContent

Represents XML syndication content that is not intended to be displayed in a browser.

EnumerationDescription
System_CAPS_pubenumTextSyndicationContentKind

An enumeration that represents the supported types of text syndication content.

Return to top
Show: