AtomPub10CategoriesDocumentFormatter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that serializes a CategoriesDocument instance to and from Atom 1.0 format.
public ref class AtomPub10CategoriesDocumentFormatter : System::ServiceModel::Syndication::CategoriesDocumentFormatter, System::Xml::Serialization::IXmlSerializable
public class AtomPub10CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocumentFormatter, System.Xml.Serialization.IXmlSerializable
type AtomPub10CategoriesDocumentFormatter = class
inherit CategoriesDocumentFormatter
interface IXmlSerializable
Public Class AtomPub10CategoriesDocumentFormatter
Inherits CategoriesDocumentFormatter
Implements IXmlSerializable
- Inheritance
- Implements
Constructors
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. |
Properties
Document |
Gets the categories document. (Inherited from CategoriesDocumentFormatter) |
Version |
Gets the syndication version used by the formatter. |
Methods
CanRead(XmlReader) |
Verifies whether the specified XmlReader contains a valid Atom 1.0 categories document. |
CreateInlineCategoriesDocument() |
Creates a InlineCategoriesDocument that can be serialized into a < |
CreateReferencedCategoriesDocument() |
Creates a ReferencedCategoriesDocument that can be serialized into a < |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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(XmlReader) |
Reads an Atom 1.0 < |
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 CategoriesDocument associated with the AtomPub10CategoriesDocumentFormatter to the specified XmlWriter. |
Explicit Interface Implementations
IXmlSerializable.GetSchema() |
Implements the GetSchema() method. |
IXmlSerializable.ReadXml(XmlReader) |
Implements the ReadXml(XmlReader) method. |
IXmlSerializable.WriteXml(XmlWriter) |
Implements the WriteXml(XmlWriter) method. |