次の方法で共有


RepresentationContract クラス

定義

操作の要求/応答表現の詳細。

public class RepresentationContract
type RepresentationContract = class
Public Class RepresentationContract
継承
RepresentationContract

コンストラクター

RepresentationContract(String)

RepresentationContract の新しいインスタンスを初期化します。

プロパティ

ContentType

この表現の登録済みコンテンツ タイプまたはカスタム コンテンツ タイプ (application/xml など) を指定します。

Examples

表現に対して定義された例。

FormParameters

フォーム パラメーターのコレクション。 'contentType' 値が 'application/x-www-form-urlencoded' または 'multipart/form-data' の場合は必須です。

SchemaId

スキーマ識別子。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。

TypeName

スキーマで定義された型名。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。

適用対象