AtomPub10CategoriesDocumentFormatter Class
A class that serializes a CategoriesDocument instance to and from Atom 1.0 format.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Syndication::CategoriesDocumentFormatter
System.ServiceModel.Syndication::AtomPub10CategoriesDocumentFormatter
| 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(XmlReader^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ReadFrom(XmlReader^) | Reads an Atom 1.0 <atom:categories> element from the specified XmlReader instance.(Overrides CategoriesDocumentFormatter::ReadFrom(XmlReader^).) |
![]() | SetDocument(CategoriesDocument^) | Specifies the CategoriesDocument to associate with the CategoriesDocumentFormatter.(Inherited from CategoriesDocumentFormatter.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteTo(XmlWriter^) | Writes the CategoriesDocumentassociated with the AtomPub10CategoriesDocumentFormatter to the specified XmlWriter.(Overrides CategoriesDocumentFormatter::WriteTo(XmlWriter^).) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Implements the GetSchema() method. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Implements the ReadXml(XmlReader^) method. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Implements the WriteXml(XmlWriter^) method. |
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.




