ServiceDocumentFormatter Konstruktoren

Definition

Erstellt eine neue Instanz der ServiceDocumentFormatter Klasse.

Überlädt

Name Beschreibung
ServiceDocumentFormatter()

Erstellt eine neue Instanz der ServiceDocumentFormatter Klasse.

ServiceDocumentFormatter(ServiceDocument)

Erstellt eine neue Instanz der ServiceDocumentFormatter Klasse.

ServiceDocumentFormatter()

Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs

Erstellt eine neue Instanz der ServiceDocumentFormatter Klasse.

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

Gilt für:

ServiceDocumentFormatter(ServiceDocument)

Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs
Quelle:
ServiceDocumentFormatter.cs

Erstellt eine neue Instanz der ServiceDocumentFormatter Klasse.

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)

Parameter

documentToWrite
ServiceDocument

The ServiceDocument to serialize.

Gilt für: