ScopedMessagePartSpecification 클래스

정의

메시지에 포함되는 부분을 지정합니다.

public ref class ScopedMessagePartSpecification
public class ScopedMessagePartSpecification
type ScopedMessagePartSpecification = class
Public Class ScopedMessagePartSpecification
상속
ScopedMessagePartSpecification

설명

이 클래스에는 MessagePartSpecification 메시지 Action으로 구분되는 서로 다른 메시지의 인스턴스가 포함됩니다.

생성자

Name Description
ScopedMessagePartSpecification()

ScopedMessagePartSpecification 클래스의 새 인스턴스를 초기화합니다.

ScopedMessagePartSpecification(ScopedMessagePartSpecification)

이 클래스의 다른 인스턴스에서 클래스의 ScopedMessagePartSpecification 새 인스턴스를 초기화합니다.

속성

Name Description
Actions

작업 키의 컬렉션을 가져옵니다.

ChannelParts

채널 파트가 포함된 메시지 파트 사양을 가져옵니다.

IsReadOnly

사양이 읽기 전용인지 여부를 나타냅니다.

메서드

Name Description
AddParts(MessagePartSpecification, String)

지정된 작업에 해당하는 메시지 파트 MessagePartSpecification 를 추가합니다.

AddParts(MessagePartSpecification)

이 클래스 인스턴스의 컬렉션에 채널 메시지 파트를 추가합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MakeReadOnly()

사양을 읽기 전용으로 설정합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
TryGetParts(String, Boolean, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

TryGetParts(String, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

적용 대상