CategoriesDocumentFormatter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个充当其他格式化程序(例如 AtomPub10CategoriesDocumentFormatter)的基类的抽象类。
public ref class CategoriesDocumentFormatter abstract
[System.Runtime.Serialization.DataContract]
public abstract class CategoriesDocumentFormatter
[<System.Runtime.Serialization.DataContract>]
type CategoriesDocumentFormatter = class
Public MustInherit Class CategoriesDocumentFormatter
- 继承
-
CategoriesDocumentFormatter
- 派生
- 属性
注解
此类为抽象类,不能直接实例化。
构造函数
CategoriesDocumentFormatter() |
创建 CategoriesDocumentFormatter 类的新实例。 |
CategoriesDocumentFormatter(CategoriesDocument) |
使用指定的 CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。 |
属性
Document |
获取类别文档。 |
Version |
获取格式化程序使用的联合版本。 |
方法
CanRead(XmlReader) |
验证指定的 XmlReader 是否包含有效的 Atom 1.0 类别文档。 |
CreateInlineCategoriesDocument() |
创建一个 InlineCategoriesDocument,它可以序列化为服务文档内的 < |
CreateReferencedCategoriesDocument() |
创建一个 ReferencedCategoriesDocument,它可以序列化为服务文档内的 < |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ReadFrom(XmlReader) |
从指定的 XmlReader 实例读取 Atom 1.0 < |
SetDocument(CategoriesDocument) | |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
WriteTo(XmlWriter) |
将与 CategoriesDocumentFormatter 关联的 CategoriesDocument 写入指定的 XmlWriter。 |