CategoriesDocument Class

 

Represents a categories document.

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


public ref class CategoriesDocument abstract 

NameDescription
System_CAPS_pubpropertyAttributeExtensions

Gets a collection of attribute extensions.

System_CAPS_pubpropertyBaseUri

The base URI of the CategoriesDocument.

System_CAPS_pubpropertyElementExtensions

Gets the element extensions for the CategoriesDocument.

System_CAPS_pubpropertyLanguage

Gets and sets the language of the CategoriesDocument.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(Collection<SyndicationCategory^>^)

Creates a new CategoriesDocument instance.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Collection<SyndicationCategory^>^, Boolean, String^)

Creates a new instance of the CategoriesDocument class.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Uri^)

Creates a new instance of the CategoriesDocument initializing it with the specified Uri.

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_pubmethodGetFormatter()

Gets a new AtomPub10CategoriesDocumentFormatter instance initialized with the CategoriesDocument on which this method is called.

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_pubmethodSystem_CAPS_staticLoad(XmlReader^)

Loads a CategoriesDocument instance from an XmlReader.

System_CAPS_protmethodMemberwiseClone()

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

System_CAPS_pubmethodSave(XmlWriter^)

Saves the CategoriesDocument to a XmlWriter.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_protmethodTryParseAttribute(String^, String^, String^, String^)

Attempts to parse an attribute extension.

System_CAPS_protmethodTryParseElement(XmlReader^, String^)

Attempts to parse an element extension.

System_CAPS_protmethodWriteAttributeExtensions(XmlWriter^, String^)

Writes the attribute extensions to the specified XmlWriter.

System_CAPS_protmethodWriteElementExtensions(XmlWriter^, String^)

Writes the element extension to the specified XmlWriter.

A categories document describes the categories allowed within a collection.

.NET Framework
Available since 3.5

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: