AtomPub10CategoriesDocumentFormatter Oluşturucular

Tanım

AtomPub10CategoriesDocumentFormatter sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

AtomPub10CategoriesDocumentFormatter()

AtomPub10CategoriesDocumentFormatter sınıfının yeni bir örneğini oluşturur.

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

belirtilen CategoriesDocumentile sınıfının yeni bir örneğini AtomPub10CategoriesDocumentFormatter oluşturur.

AtomPub10CategoriesDocumentFormatter(Type, Type)

belirtilen CategoriesDocumentile sınıfının yeni bir örneğini AtomPub10CategoriesDocumentFormatter oluşturur.

AtomPub10CategoriesDocumentFormatter()

AtomPub10CategoriesDocumentFormatter sınıfının yeni bir örneğini oluşturur.

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

Şunlara uygulanır

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

belirtilen CategoriesDocumentile sınıfının yeni bir örneğini AtomPub10CategoriesDocumentFormatter oluşturur.

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)

Parametreler

documentToWrite
CategoriesDocument

seri CategoriesDocument hale getirmek için.

Şunlara uygulanır

AtomPub10CategoriesDocumentFormatter(Type, Type)

belirtilen CategoriesDocumentile sınıfının yeni bir örneğini AtomPub10CategoriesDocumentFormatter oluşturur.

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)

Parametreler

inlineDocumentType
Type

Bir InlineCategoriesDocument hizmet belgesi içindeki bir <atom:categories> öğede seri hale getirilebilen ve kategori kümesi öğesi içinde belirtilir.

referencedDocumentType
Type

Bir ReferencedCategoriesDocument hizmet belgesi içindeki bir <atom:categories> öğede seri hale getirilebilen ve bir URI kullanılarak kategori kümesine başvuruda bulunulur.

Şunlara uygulanır