CategoriesDocument Class

Definition

Represents a categories document.

public ref class CategoriesDocument abstract
public abstract class CategoriesDocument
type CategoriesDocument = class
Public MustInherit Class CategoriesDocument
Inheritance
CategoriesDocument
Derived

Remarks

A categories document describes the categories allowed within a collection.

Properties

AttributeExtensions

Gets a collection of attribute extensions.

BaseUri

The base URI of the CategoriesDocument.

ElementExtensions

Gets the element extensions for the CategoriesDocument.

Language

Gets or sets the language of the CategoriesDocument.

Methods

Create(Collection<SyndicationCategory>)

Creates a new CategoriesDocument instance.

Create(Collection<SyndicationCategory>, Boolean, String)

Creates a new instance of the CategoriesDocument class.

Create(Uri)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetFormatter()

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

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load(XmlReader)

Loads a CategoriesDocument instance from an XmlReader.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Save(XmlWriter)

Saves the CategoriesDocument to a XmlWriter.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryParseAttribute(String, String, String, String)

Attempts to parse an attribute extension.

TryParseElement(XmlReader, String)

Attempts to parse an element extension.

WriteAttributeExtensions(XmlWriter, String)

Writes the attribute extensions to the specified XmlWriter.

WriteElementExtensions(XmlWriter, String)

Writes the element extension to the specified XmlWriter.

Applies to