C# 클래스 HA4IoT.PersonalAgent.MessageContext

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
GetContainsPattern ( string pattern ) : bool
GetContainsWord ( string word ) : bool
GetPatternMatch ( string pattern ) : Match
MessageContext ( IInboundMessage originalMessage ) : System

메소드 상세

GetContainsPattern() 공개 메소드

public GetContainsPattern ( string pattern ) : bool
pattern string
리턴 bool

GetContainsWord() 공개 메소드

public GetContainsWord ( string word ) : bool
word string
리턴 bool

GetPatternMatch() 공개 메소드

public GetPatternMatch ( string pattern ) : Match
pattern string
리턴 System.Text.RegularExpressions.Match

MessageContext() 공개 메소드

public MessageContext ( IInboundMessage originalMessage ) : System
originalMessage IInboundMessage
리턴 System