MessagePropertyDescription クラス

定義

MessagePropertyAttributeで指定されたメッセージ プロパティを表します。

public ref class MessagePropertyDescription : System::ServiceModel::Description::MessagePartDescription
public class MessagePropertyDescription : System.ServiceModel.Description.MessagePartDescription
type MessagePropertyDescription = class
    inherit MessagePartDescription
Public Class MessagePropertyDescription
Inherits MessagePartDescription
継承
MessagePropertyDescription

注釈

MessagePropertyDescription クラスは、System.ServiceModel.MessagePropertyAttributeを使用してメッセージ コントラクトで指定されたメッセージ プロパティを表します。 メッセージ のプロパティは、メッセージ パイプライン内の他のオブジェクトが使用できるが、メッセージと共にシリアル化されないメッセージに関する情報を配置するために使用されます。

コンストラクター

名前 説明
MessagePropertyDescription(String)

MessagePropertyDescription クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
HasProtectionLevel

メッセージ パーツに ProtectionLevel プロパティの値があるかどうかを示す値を取得します。

(継承元 MessagePartDescription)
Index

メッセージ 部分のインデックスを取得または設定します。

(継承元 MessagePartDescription)
MemberInfo

メッセージ 部分のメンバー情報を取得または設定します。

(継承元 MessagePartDescription)
Multiple

メッセージ部分がメッセージ内で複数回発生できるかどうかを制御する値を取得または設定します。

(継承元 MessagePartDescription)
Name

メッセージ 部分の名前を取得または設定します。

(継承元 MessagePartDescription)
Namespace

メッセージ 部分の名前空間を取得または設定します。

(継承元 MessagePartDescription)
ProtectionLevel

メッセージ 部分の ProtectionLevel を取得または設定します。

(継承元 MessagePartDescription)
Type

メッセージ パーツの種類を取得または設定します。

(継承元 MessagePartDescription)

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象