CategoriesDocumentFormatter Constructors

Definition

Creates a new instance of the CategoriesDocumentFormatter class.

Overloads

CategoriesDocumentFormatter()

Creates a new instance of the CategoriesDocumentFormatter class.

CategoriesDocumentFormatter(CategoriesDocument)

Creates a new instance of the CategoriesDocumentFormatter class with the specified CategoriesDocument.

CategoriesDocumentFormatter()

Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs

Creates a new instance of the CategoriesDocumentFormatter class.

protected:
 CategoriesDocumentFormatter();
protected CategoriesDocumentFormatter ();
Protected Sub New ()

Applies to

CategoriesDocumentFormatter(CategoriesDocument)

Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs
Source:
CategoriesDocumentFormatter.cs

Creates a new instance of the CategoriesDocumentFormatter class with the specified CategoriesDocument.

protected:
 CategoriesDocumentFormatter(System::ServiceModel::Syndication::CategoriesDocument ^ documentToWrite);
protected CategoriesDocumentFormatter (System.ServiceModel.Syndication.CategoriesDocument documentToWrite);
new System.ServiceModel.Syndication.CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocument -> System.ServiceModel.Syndication.CategoriesDocumentFormatter
Protected Sub New (documentToWrite As CategoriesDocument)

Parameters

documentToWrite
CategoriesDocument

The CategoriesDocument to serialize.

Applies to