AtomPub10CategoriesDocumentFormatter Konstruktorer

Definition

Skapar en ny instans av AtomPub10CategoriesDocumentFormatter klassen.

Överlagringar

AtomPub10CategoriesDocumentFormatter()

Skapar en ny instans av AtomPub10CategoriesDocumentFormatter klassen.

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

Gäller för

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

Skapar en ny instans av AtomPub10CategoriesDocumentFormatter klassen med angiven 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)

Parametrar

documentToWrite
CategoriesDocument

Att CategoriesDocument serialisera.

Gäller för

AtomPub10CategoriesDocumentFormatter(Type, Type)

Skapar en ny instans av AtomPub10CategoriesDocumentFormatter klassen med angiven 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)

Parametrar

inlineDocumentType
Type

En InlineCategoriesDocument som kan serialiseras till ett <atom:categories> element i ett tjänstdokument och en uppsättning kategorier anges i elementet.

referencedDocumentType
Type

En ReferencedCategoriesDocument som kan serialiseras till ett <atom:categories> element i ett tjänstdokument och en uppsättning kategorier refereras med hjälp av en URI.

Gäller för