SyndicationFeedFormatter Class

 

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

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)


[DataContractAttribute]
public ref class SyndicationFeedFormatter abstract 

NameDescription
System_CAPS_protmethodSyndicationFeedFormatter()

Creates a new instance of the SyndicationFeedFormatter class.

System_CAPS_protmethodSyndicationFeedFormatter(SyndicationFeed^)

Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance.

NameDescription
System_CAPS_pubpropertyFeed

Gets the SyndicationFeed associated with the formatter.

System_CAPS_pubpropertyVersion

Gets the syndication version of the formatter.

NameDescription
System_CAPS_pubmethodCanRead(XmlReader^)

Verifies whether the specified XmlReader contains a valid syndication feed.

System_CAPS_protmethodSystem_CAPS_staticCreateCategory(SyndicationFeed^)

Creates a new instance of the SyndicationCategory class using the specified SyndicationFeed instance.

System_CAPS_protmethodSystem_CAPS_staticCreateCategory(SyndicationItem^)

Creates a new instance of the SyndicationCategory class using the specified SyndicationItem instance.

System_CAPS_protmethodCreateFeedInstance()

Creates a new instance of the SyndicationFeed class.

System_CAPS_protmethodSystem_CAPS_staticCreateItem(SyndicationFeed^)

Creates a new instance of the SyndicationItem class using the specified SyndicationFeed instance.

System_CAPS_protmethodSystem_CAPS_staticCreateLink(SyndicationFeed^)

Creates a new instance of the SyndicationLink class with the specified SyndicationFeed.

System_CAPS_protmethodSystem_CAPS_staticCreateLink(SyndicationItem^)

Creates a new instance of the SyndicationLink class with the specified SyndicationItem.

System_CAPS_protmethodSystem_CAPS_staticCreatePerson(SyndicationFeed^)

Creates a new SyndicationPerson instance with the specified SyndicationFeed instance.

System_CAPS_protmethodSystem_CAPS_staticCreatePerson(SyndicationItem^)

Creates a new SyndicationPerson instance with the specified SyndicationItem instance.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticLoadElementExtensions(XmlReader^, SyndicationCategory^, Int32)

Loads element extensions into the specified SyndicationCategory using the specified XmlReader and maximum extension size.

System_CAPS_protmethodSystem_CAPS_staticLoadElementExtensions(XmlReader^, SyndicationFeed^, Int32)

Loads element extensions into the specified SyndicationFeed using the specified XmlReader and maximum extension size.

System_CAPS_protmethodSystem_CAPS_staticLoadElementExtensions(XmlReader^, SyndicationItem^, Int32)

Loads element extensions into the specified SyndicationItem using the specified XmlReader and maximum extension size.

System_CAPS_protmethodSystem_CAPS_staticLoadElementExtensions(XmlReader^, SyndicationLink^, Int32)

Loads element extensions into the specified SyndicationLink using the specified XmlReader and maximum extension size.

System_CAPS_protmethodSystem_CAPS_staticLoadElementExtensions(XmlReader^, SyndicationPerson^, Int32)

Loads element extensions into the specified SyndicationPerson using the specified XmlReader and maximum extension size.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodReadFrom(XmlReader^)

Reads in a SyndicationFeed from the specified XmlReader.

System_CAPS_protmethodSetFeed(SyndicationFeed^)

Associates a SyndicationFeed instance with the SyndicationFeedFormatter.

System_CAPS_pubmethodToString()

Gets a string representation of the SyndicationFeedFormatter instance.(Overrides Object::ToString().)

System_CAPS_protmethodSystem_CAPS_staticTryParseAttribute(String^, String^, String^, SyndicationCategory^, String^)

Attempts to parse an attribute extension using the specified SyndicationCategory instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseAttribute(String^, String^, String^, SyndicationFeed^, String^)

Attempts to parse an attribute extension using the specified SyndicationFeed instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseAttribute(String^, String^, String^, SyndicationItem^, String^)

Attempts to parse an attribute extension using the specified SyndicationItem instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseAttribute(String^, String^, String^, SyndicationLink^, String^)

Attempts to parse an attribute extension using the specified SyndicationLink instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseAttribute(String^, String^, String^, SyndicationPerson^, String^)

Attempts to parse an attribute extension using the specified SyndicationPerson instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseContent(XmlReader^, SyndicationItem^, String^, String^, SyndicationContent^%)

Attempts to parse syndication item content using the specified SyndicationItem instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseElement(XmlReader^, SyndicationCategory^, String^)

Attempts to parse an element extension using the specified SyndicationCategory instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseElement(XmlReader^, SyndicationFeed^, String^)

Attempts to parse an element extension using the specified SyndicationFeed instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseElement(XmlReader^, SyndicationItem^, String^)

Attempts to parse an element extension using the specified SyndicationItem instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseElement(XmlReader^, SyndicationLink^, String^)

Attempts to parse an element extension using the specified SyndicationLink instance.

System_CAPS_protmethodSystem_CAPS_staticTryParseElement(XmlReader^, SyndicationPerson^, String^)

Attempts to parse an element extension using the specified SyndicationPerson instance.

System_CAPS_protmethodSystem_CAPS_staticWriteAttributeExtensions(XmlWriter^, SyndicationCategory^, String^)

Writes the attribute extensions in the SyndicationCategory instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteAttributeExtensions(XmlWriter^, SyndicationFeed^, String^)

Writes the attribute extensions in the SyndicationFeed instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteAttributeExtensions(XmlWriter^, SyndicationItem^, String^)

Writes the attribute extensions in the SyndicationItem instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteAttributeExtensions(XmlWriter^, SyndicationLink^, String^)

Writes the attribute extensions in the SyndicationLink instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteAttributeExtensions(XmlWriter^, SyndicationPerson^, String^)

Writes the attribute extensions in the SyndicationPerson instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteElementExtensions(XmlWriter^, SyndicationCategory^, String^)

Writes the element extensions in the SyndicationCategory instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteElementExtensions(XmlWriter^, SyndicationFeed^, String^)

Writes the element extensions in the SyndicationFeed instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteElementExtensions(XmlWriter^, SyndicationItem^, String^)

Writes the element extensions in the SyndicationItem instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteElementExtensions(XmlWriter^, SyndicationLink^, String^)

Writes the element extensions in the SyndicationLink instance to the specified XmlWriter in the specified syndication version.

System_CAPS_protmethodSystem_CAPS_staticWriteElementExtensions(XmlWriter^, SyndicationPerson^, String^)

Writes the element extensions in the SyndicationPerson instance to the specified XmlWriter in the specified syndication version.

System_CAPS_pubmethodWriteTo(XmlWriter^)

Writes the SyndicationFeed to the specified XmlWriter instance.

This class is abstract and cannot be instantiated directly.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: