AtomPub10ServiceDocumentFormatter コンストラクター

定義

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

オーバーロード

名前 説明
AtomPub10ServiceDocumentFormatter()

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

AtomPub10ServiceDocumentFormatter(ServiceDocument)

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

AtomPub10ServiceDocumentFormatter(Type)

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

AtomPub10ServiceDocumentFormatter()

ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs

Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。

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

適用対象

AtomPub10ServiceDocumentFormatter(ServiceDocument)

ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs

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です。

注釈

documentToWriteは、XML 表現にシリアル化することも、Atom 1.0 形式を使用してフォーマッタによって XML 表現から逆シリアル化することもできます。

適用対象

AtomPub10ServiceDocumentFormatter(Type)

ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs
ソース:
AtomPub10ServiceDocumentFormatter.cs

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 指定された値が無効です。

注釈

documentTypeToCreateは、XML 表現にシリアル化することも、Atom 1.0 形式を使用してフォーマッタによって XML 表現から逆シリアル化することもできます。

適用対象