C# 클래스 SIL.FieldWorks.Filters.DateTimeMatcher

상속: SIL.FieldWorks.Filters.BaseMatcher
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DateTimeMatcher ( ) : System

Default constructor for IPersistAsXml

DateTimeMatcher ( System.DateTime start, System.DateTime end, DateMatchType type ) : System
InitXml ( System node ) : void
Matches ( ITsString arg ) : bool
PersistAsXml ( System node ) : void
SameMatcher ( IMatcher other ) : bool

비공개 메소드들

메소드 설명
GenDateIsAfterDate ( GenDate gen, System.DateTime date, bool fAD ) : bool
GenDateIsBeforeDate ( GenDate gen, System.DateTime date, bool fAD ) : bool
GenDateIsInRange ( GenDate gen ) : bool
GenDateMightBeAfterDate ( GenDate gen, System.DateTime date, bool fAD ) : bool
GenDateMightBeBeforeDate ( GenDate gen, System.DateTime date, bool fAD ) : bool

메소드 상세

DateTimeMatcher() 공개 메소드

Default constructor for IPersistAsXml
public DateTimeMatcher ( ) : System
리턴 System

DateTimeMatcher() 공개 메소드

public DateTimeMatcher ( System.DateTime start, System.DateTime end, DateMatchType type ) : System
start System.DateTime
end System.DateTime
type DateMatchType
리턴 System

InitXml() 공개 메소드

public InitXml ( System node ) : void
node System
리턴 void

Matches() 공개 메소드

public Matches ( ITsString arg ) : bool
arg ITsString
리턴 bool

PersistAsXml() 공개 메소드

public PersistAsXml ( System node ) : void
node System
리턴 void

SameMatcher() 공개 메소드

public SameMatcher ( IMatcher other ) : bool
other IMatcher
리턴 bool