SyndicationFeed Methods
The SyndicationFeed type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a copy of the SyndicationFeed instance. |
|
CreateCategory | Creates a new SyndicationCategory instance. |
|
CreateItem | Creates a new SyndicationItem instance. |
|
CreateLink | Creates a new SyndicationLink instance. |
|
CreatePerson | Creates a new SyndicationPerson instance. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAtom10Formatter | Gets an Atom10FeedFormatter instance. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRss20Formatter() | Gets an Rss20FeedFormatter instance. |
|
GetRss20Formatter(Boolean) | Gets a new Rss20FeedFormatter instance. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Load(XmlReader) | Loads a syndication feed from the specified XML reader. |
|
Load<TSyndicationFeed>(XmlReader) | Loads a SyndicationFeed-derived instance from the specified XmlReader. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SaveAsAtom10 | Write the syndication feed to the specified XmlWriter in Atom 1.0 format. |
|
SaveAsRss20 | Write the syndication feed to the specified XmlWriter in RSS 2.0 format. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryParseAttribute | Attempts to parse an attribute extension. |
|
TryParseElement | Attempts to parse an element extension. |
|
WriteAttributeExtensions | Writes the attribute extensions to the specified XmlWriter using the specified syndication version. |
|
WriteElementExtensions | Writes the element extensions to the specified XmlWriter using the specified syndication version. |