C# 클래스 Nimbus.Filtering.Conditions.MatchCondition

상속: IFilterCondition
파일 보기 프로젝트 열기: NimbusAPI/Nimbus 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( object>.IDictionary messageProperties ) : bool
MatchCondition ( string propertyKey, object requiredValue ) : System

비공개 메소드들

메소드 설명
ConvertToExpectedType ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryConvert ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryParse ( object propertyValue, Type expectedType, object &actualValue ) : bool

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( object>.IDictionary messageProperties ) : bool
messageProperties object>.IDictionary
리턴 bool

MatchCondition() 공개 메소드

public MatchCondition ( string propertyKey, object requiredValue ) : System
propertyKey string
requiredValue object
리턴 System