AtomPub10ServiceDocumentFormatter コンストラクター

定義

Atom 1.0 に基づいた ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

オーバーロード

AtomPub10ServiceDocumentFormatter()

Atom 1.0 に基づいた ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

AtomPub10ServiceDocumentFormatter(ServiceDocument)

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成して指定されたサービス ドキュメントにシリアル化します。

AtomPub10ServiceDocumentFormatter(Type)

Atom 1.0 に基づいた ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

AtomPub10ServiceDocumentFormatter()

Atom 1.0 に基づいた ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

public:
 AtomPub10ServiceDocumentFormatter();
public AtomPub10ServiceDocumentFormatter ();
Public Sub New ()

適用対象

AtomPub10ServiceDocumentFormatter(ServiceDocument)

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成して指定されたサービス ドキュメントにシリアル化します。

public:
 AtomPub10ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
public AtomPub10ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentToWrite As ServiceDocument)

パラメーター

documentToWrite
ServiceDocument

Atom 1.0 フォーマッタに関連付けられた ServiceDocument

例外

documentToWritenullです。

注釈

Atom 1.0 形式を使用したフォーマッタで documentToWrite を XML 表現にシリアル化したり、XML 表現から逆シリアル化したりできます。

適用対象

AtomPub10ServiceDocumentFormatter(Type)

Atom 1.0 に基づいた ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

public:
 AtomPub10ServiceDocumentFormatter(Type ^ documentTypeToCreate);
public AtomPub10ServiceDocumentFormatter (Type documentTypeToCreate);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : Type -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentTypeToCreate As Type)

パラメーター

documentTypeToCreate
Type

Atom 1.0 フォーマッタに関連付けられている ServiceDocument 型から派生するオブジェクトのインスタンス。

例外

documentTypeToCreatenullです。

指定された documentTypeToCreate が有効ではありません。

注釈

Atom 1.0 形式を使用したフォーマッタで documentTypeToCreate を XML 表現にシリアル化したり、XML 表現から逆シリアル化したりできます。

適用対象