AtomPub10ServiceDocumentFormatter<TServiceDocument> Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает новый экземпляр класса ServiceDocumentFormatter, основанного на Atom 1.0.
Перегрузки
AtomPub10ServiceDocumentFormatter<TServiceDocument>() |
Создает новый экземпляр класса ServiceDocumentFormatter. |
AtomPub10ServiceDocumentFormatter<TServiceDocument>(TServiceDocument) |
Создает новый экземпляр класса ServiceDocumentFormatter, основанного на Atom 1.0. |
AtomPub10ServiceDocumentFormatter<TServiceDocument>()
- Исходный код:
- AtomPub10ServiceDocumentFormatter.cs
- Исходный код:
- AtomPub10ServiceDocumentFormatter.cs
Создает новый экземпляр класса ServiceDocumentFormatter.
public:
AtomPub10ServiceDocumentFormatter();
public AtomPub10ServiceDocumentFormatter ();
Public Sub New ()
Применяется к
AtomPub10ServiceDocumentFormatter<TServiceDocument>(TServiceDocument)
- Исходный код:
- AtomPub10ServiceDocumentFormatter.cs
- Исходный код:
- AtomPub10ServiceDocumentFormatter.cs
Создает новый экземпляр класса ServiceDocumentFormatter, основанного на Atom 1.0.
public:
AtomPub10ServiceDocumentFormatter(TServiceDocument documentToWrite);
public AtomPub10ServiceDocumentFormatter (TServiceDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<'ServiceDocument (requires 'ServiceDocument :> System.ServiceModel.Syndication.ServiceDocument and 'ServiceDocument : (new : unit -> 'ServiceDocument))> : 'ServiceDocument -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<'ServiceDocument (requires 'ServiceDocument :> System.ServiceModel.Syndication.ServiceDocument and 'ServiceDocument : (new : unit -> 'ServiceDocument))>
Public Sub New (documentToWrite As TServiceDocument)
Параметры
- documentToWrite
- TServiceDocument
ServiceDocument, связанный с модулем форматирования Atom 1.0.
Исключения
documentToWrite
имеет значение null
.
Комментарии
Параметр documentToWrite
может быть сериализован в представление XML или десериализован из представления XML с помощью модуля форматирования, используя форматы Atom 1.0.