System.ServiceModel.Syndication Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The System.ServiceModel.Syndication namespace contains all of the classes that make up the Silverlight Syndication Object Model.
Classes
Class | Description | |
---|---|---|
Atom10FeedFormatter | A class that serializes a SyndicationFeed instance to and from Atom 1.0 format. | |
Atom10FeedFormatter<TSyndicationFeed> | A class that serializes SyndicationFeed derived classes to and from Atom 1.0 format. | |
Atom10ItemFormatter | A class that serializes a SyndicationItem instance to and from Atom 1.0 format. | |
Atom10ItemFormatter<TSyndicationItem> | A class that serializes SyndicationItem-derived classes to and from Atom 1.0 format. | |
Rss20FeedFormatter | A class that serializes a SyndicationFeed instance to and from RSS 2.0 format. | |
Rss20FeedFormatter<TSyndicationFeed> | A class that serializes SyndicationFeed derived classes to RSS 2.0 format. | |
Rss20ItemFormatter | A class that serializes a SyndicationItem instance to and from RSS 2.0 format. | |
Rss20ItemFormatter<TSyndicationItem> | A class that serializes SyndicationItem-derived classes to and from RSS 2.0 format. | |
SyndicationCategory | A class that represents the category of a syndication feed. | |
SyndicationContent | A base class that represents syndication content. | |
SyndicationElementExtension | A class that represents a syndication element extension. | |
SyndicationElementExtensionCollection | A collection of SyndicationElementExtension objects. | |
SyndicationFeed | Represents a top-level feed object, <feed> in Atom 1.0 and <rss> in RSS 2.0. | |
SyndicationFeedFormatter | An abstract class used as a base class for other formatters, (for example Atom10FeedFormatter). | |
SyndicationItem | Represents a feed item, for example an RSS <item> or an Atom <entry>. | |
SyndicationItemFormatter | An abstract class used as a base class for other formatters, (for example, Atom10ItemFormatter). | |
SyndicationLink | Represents a link within a syndication feed or item. | |
SyndicationPerson | Represents an author or contributor of syndication content. | |
SyndicationVersions | A class that represents the syndication versions supported by Silverlight 5. | |
TextSyndicationContent | Represents any SyndicationItem content intended to be displayed to an end user. | |
UrlSyndicationContent | Represents syndication content that consists of a URL to another resource. | |
XmlSyndicationContent | Represents XML syndication content that is not intended to be displayed in a browser. |
Enumerations
Enumeration | Description | |
---|---|---|
TextSyndicationContentKind | An enumeration that represents the supported types of text syndication content. |