AtomPub10CategoriesDocumentFormatter 构造函数

定义

创建 AtomPub10CategoriesDocumentFormatter 类的新实例。

重载

AtomPub10CategoriesDocumentFormatter()

创建 AtomPub10CategoriesDocumentFormatter 类的新实例。

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

使用指定的 AtomPub10CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。

AtomPub10CategoriesDocumentFormatter(Type, Type)

使用指定的 AtomPub10CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。

AtomPub10CategoriesDocumentFormatter()

创建 AtomPub10CategoriesDocumentFormatter 类的新实例。

public:
 AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()

适用于

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

使用指定的 AtomPub10CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。

public:
 AtomPub10CategoriesDocumentFormatter(System::ServiceModel::Syndication::CategoriesDocument ^ documentToWrite);
public AtomPub10CategoriesDocumentFormatter (System.ServiceModel.Syndication.CategoriesDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocument -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (documentToWrite As CategoriesDocument)

参数

documentToWrite
CategoriesDocument

要序列化的 CategoriesDocument

适用于

AtomPub10CategoriesDocumentFormatter(Type, Type)

使用指定的 AtomPub10CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。

public:
 AtomPub10CategoriesDocumentFormatter(Type ^ inlineDocumentType, Type ^ referencedDocumentType);
public AtomPub10CategoriesDocumentFormatter (Type inlineDocumentType, Type referencedDocumentType);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : Type * Type -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (inlineDocumentType As Type, referencedDocumentType As Type)

参数

inlineDocumentType
Type

一个 InlineCategoriesDocument,它可以序列化为服务文档内的 <atom:categories> 元素,并且在该元素内指定类别集。

referencedDocumentType
Type

一个 ReferencedCategoriesDocument,它可以序列化为服务文档内的 <atom:categories> 元素,并且使用 URI 引用类别集。

适用于