Поделиться через


ServiceDocumentFormatter Конструкторы

Определение

Создает новый экземпляр класса ServiceDocumentFormatter.

Перегрузки

ServiceDocumentFormatter()

Создает новый экземпляр класса ServiceDocumentFormatter.

ServiceDocumentFormatter(ServiceDocument)

Создает новый экземпляр класса ServiceDocumentFormatter.

ServiceDocumentFormatter()

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Создает новый экземпляр класса ServiceDocumentFormatter.

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

Применяется к

ServiceDocumentFormatter(ServiceDocument)

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Создает новый экземпляр класса 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)

Параметры

documentToWrite
ServiceDocument

Экземпляр ServiceDocument для сериализации.

Применяется к