C# 클래스 LogFileViewer.Filters.StringMatching

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( string value ) : bool
Save ( Stream stream ) : void
StringMatching ( Stream stream ) : System
StringMatching ( StringMatchingMode mode, string value ) : System
ToString ( ) : string

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( string value ) : bool
value string
리턴 bool

Save() 공개 메소드

public Save ( Stream stream ) : void
stream Stream
리턴 void

StringMatching() 공개 메소드

public StringMatching ( Stream stream ) : System
stream Stream
리턴 System

StringMatching() 공개 메소드

public StringMatching ( StringMatchingMode mode, string value ) : System
mode StringMatchingMode
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string