Share via


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

serialize할 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

서비스 문서 내의 <atom:categories> 요소로 직렬화될 수 있는 InlineCategoriesDocument이며 범주 집합은 요소 내에 지정됩니다.

referencedDocumentType
Type

서비스 문서 내의 <atom:categories> 요소로 직렬화될 수 있는 ReferencedCategoriesDocument이며 범주 집합은 URI를 사용하여 참조됩니다.

적용 대상