This documentation is archived and is not being maintained.
AtomPub10CategoriesDocumentFormatter Class
Visual Studio 2010
A class that serializes a CategoriesDocument instance to and from Atom 1.0 format.
System::Object
System.ServiceModel.Syndication::CategoriesDocumentFormatter
System.ServiceModel.Syndication::AtomPub10CategoriesDocumentFormatter
System.ServiceModel.Syndication::CategoriesDocumentFormatter
System.ServiceModel.Syndication::AtomPub10CategoriesDocumentFormatter
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The AtomPub10CategoriesDocumentFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AtomPub10CategoriesDocumentFormatter() | Creates a new instance of the AtomPub10CategoriesDocumentFormatter class. |
![]() | AtomPub10CategoriesDocumentFormatter(CategoriesDocument) | Creates a new instance of the AtomPub10CategoriesDocumentFormatter class with the specified CategoriesDocument. |
![]() | AtomPub10CategoriesDocumentFormatter(Type, Type) | Creates a new instance of the AtomPub10CategoriesDocumentFormatter class with the specified CategoriesDocument. |
| Name | Description | |
|---|---|---|
![]() | Document | Gets the categories document. (Inherited from CategoriesDocumentFormatter.) |
![]() | Version | Gets the syndication version used by the formatter. (Overrides CategoriesDocumentFormatter::Version.) |
| Name | Description | |
|---|---|---|
![]() | CanRead | Verifies whether the specified XmlReader contains a valid Atom 1.0 categories document. (Overrides CategoriesDocumentFormatter::CanRead(XmlReader).) |
![]() | CreateInlineCategoriesDocument | Creates a InlineCategoriesDocument that can be serialized into a <atom:categories> element within a service document and contains the set of categories within the element. (Overrides CategoriesDocumentFormatter::CreateInlineCategoriesDocument().) |
![]() | CreateReferencedCategoriesDocument | Creates a ReferencedCategoriesDocument that can be serialized into a <atom:categories> element within a service document and contains a URI reference to the set of categories within the element. (Overrides CategoriesDocumentFormatter::CreateReferencedCategoriesDocument().) |
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadFrom | Reads an Atom 1.0 <atom:categories> element from the specified XmlReader instance. (Overrides CategoriesDocumentFormatter::ReadFrom(XmlReader).) |
![]() | SetDocument | Specifies the CategoriesDocument to associate with the CategoriesDocumentFormatter. (Inherited from CategoriesDocumentFormatter.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteTo | Writes the CategoriesDocumentassociated with the AtomPub10CategoriesDocumentFormatter to the specified XmlWriter. (Overrides CategoriesDocumentFormatter::WriteTo(XmlWriter).) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema | Implements the GetSchema() method. |
![]() ![]() | IXmlSerializable::ReadXml | Implements the ReadXml(XmlReader) method. |
![]() ![]() | IXmlSerializable::WriteXml | Implements the WriteXml(XmlWriter) method. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
