AtomPub10CategoriesDocumentFormatter Costruttori

Definizione

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter.

Overload

AtomPub10CategoriesDocumentFormatter()

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter.

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter con il feed CategoriesDocument specificato.

AtomPub10CategoriesDocumentFormatter(Type, Type)

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter con il feed CategoriesDocument specificato.

AtomPub10CategoriesDocumentFormatter()

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter.

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

Si applica a

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter con il feed CategoriesDocument specificato.

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)

Parametri

documentToWrite
CategoriesDocument

CategoriesDocument da serializzare.

Si applica a

AtomPub10CategoriesDocumentFormatter(Type, Type)

Crea una nuova istanza della classe AtomPub10CategoriesDocumentFormatter con il feed CategoriesDocument specificato.

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)

Parametri

inlineDocumentType
Type

Un oggetto InlineCategoriesDocument che può essere serializzato in un elemento <atom:categories> all'interno di un documento di servizio e il set di categorie sono specificati nell'elemento.

referencedDocumentType
Type

Per fare riferimento a un oggetto ReferencedCategoriesDocument che può essere serializzato in un elemento <atom:categories> all'interno di un documento di servizio e al set di categorie viene usato un URI.

Si applica a