C# 클래스 LogFileViewer.Filters.TimestampMatching

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

공개 메소드들

메소드 설명
IsMatch ( System.DateTime time ) : bool
Save ( Stream stream ) : void
TimestampMatching ( Stream stream ) : System
TimestampMatching ( TimestampMatchingMode mode, System.DateTime first, System.DateTime second ) : System
ToString ( ) : string

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( System.DateTime time ) : bool
time System.DateTime
리턴 bool

Save() 공개 메소드

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

TimestampMatching() 공개 메소드

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

TimestampMatching() 공개 메소드

public TimestampMatching ( TimestampMatchingMode mode, System.DateTime first, System.DateTime second ) : System
mode TimestampMatchingMode
first System.DateTime
second System.DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string