System.ServiceModel.Syndication Namespace
Silverlight
The System.ServiceModel.Syndication namespace contains all of the classes that make up the Silverlight Syndication Object Model.
| Class | Description | |
|---|---|---|
|
Atom10FeedFormatter | A class that serializes a SyndicationFeed instance to and from Atom 1.0 format. |
|
Atom10FeedFormatter(Of 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(Of 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(Of 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(Of 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. |
| Enumeration | Description | |
|---|---|---|
|
TextSyndicationContentKind | An enumeration that represents the supported types of text syndication content. |
Community Additions
ADD
Show: