ScopedMessagePartSpecification 類別

定義

指定要包含在訊息中的部分。

public ref class ScopedMessagePartSpecification
public class ScopedMessagePartSpecification
type ScopedMessagePartSpecification = class
Public Class ScopedMessagePartSpecification
繼承
ScopedMessagePartSpecification

備註

這個類別包含不同訊息的 MessagePartSpecification 執行個體,每一個執行個體皆可由訊息動作辨別。

建構函式

ScopedMessagePartSpecification()

初始化 ScopedMessagePartSpecification 類別的新執行個體。

ScopedMessagePartSpecification(ScopedMessagePartSpecification)

從這個類別的其他執行個體,初始化 ScopedMessagePartSpecification 類別的新執行個體。

屬性

Actions

取得動作索引鍵的集合。

ChannelParts

取得包含通道部分的訊息部分規格。

IsReadOnly

指出規格是否屬於唯讀的。

方法

AddParts(MessagePartSpecification)

將通道訊息部分加入至這個類別執行個體中的集合。

AddParts(MessagePartSpecification, String)

將訊息部分加入至對應於指定之動作的 MessagePartSpecification

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MakeReadOnly()

將規格設定為唯讀。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
TryGetParts(String, Boolean, MessagePartSpecification)

檢查是否有符合指定之動作索引鍵的部分。

TryGetParts(String, MessagePartSpecification)

檢查是否有符合指定之動作索引鍵的部分。

適用於