ServiceDocumentFormatter Konstruktory

Definicja

Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.

Przeciążenia

ServiceDocumentFormatter()

Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.

ServiceDocumentFormatter(ServiceDocument)

Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.

ServiceDocumentFormatter()

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

Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.

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

Dotyczy

ServiceDocumentFormatter(ServiceDocument)

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

Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.

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

Parametry

documentToWrite
ServiceDocument

Element ServiceDocument do serializacji.

Dotyczy