Udostępnij przez


AtomPub10CategoriesDocumentFormatter Konstruktory

Definicja

Tworzy nowe wystąpienie klasy AtomPub10CategoriesDocumentFormatter.

Przeciążenia

AtomPub10CategoriesDocumentFormatter()

Tworzy nowe wystąpienie klasy AtomPub10CategoriesDocumentFormatter.

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .

AtomPub10CategoriesDocumentFormatter(Type, Type)

Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .

AtomPub10CategoriesDocumentFormatter()

Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs

Tworzy nowe wystąpienie klasy AtomPub10CategoriesDocumentFormatter.

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

Dotyczy

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs

Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .

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)

Parametry

documentToWrite
CategoriesDocument

Element CategoriesDocument do serializacji.

Dotyczy

AtomPub10CategoriesDocumentFormatter(Type, Type)

Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs
Źródło:
AtomPub10CategoriesDocumentFormatter.cs

Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .

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)

Parametry

inlineDocumentType
Type

Element InlineCategoriesDocument , który można serializować do <atom:categories> elementu w dokumencie usługi, a zestaw kategorii jest określony w elemecie .

referencedDocumentType
Type

Element ReferencedCategoriesDocument , który można serializować w elemencie <atom:categories> w dokumencie usługi, a zestaw kategorii jest przywołytyzowany przy użyciu identyfikatora URI.

Dotyczy