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

This class takes a string and a writing system and matches strings that have exactly the same characters all in exactly that writing system.
상속: IMatcher
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ITsString tssKey ) : bool
CanMakeValid ( ) : bool
ErrorMessage ( ) : string
ExactLiteralMatcher ( string target, int ws ) : System

Make one.

IsValid ( ) : bool
MakeValid ( ) : SIL.FieldWorks.Common.COMInterfaces.ITsString
Matches ( SIL arg ) : bool

비공개 메소드들

메소드 설명
MatchText ( string p ) : bool
SameMatcher ( IMatcher other ) : bool

메소드 상세

Accept() 공개 메소드

public Accept ( ITsString tssKey ) : bool
tssKey ITsString
리턴 bool

CanMakeValid() 공개 메소드

public CanMakeValid ( ) : bool
리턴 bool

ErrorMessage() 공개 메소드

public ErrorMessage ( ) : string
리턴 string

ExactLiteralMatcher() 공개 메소드

Make one.
public ExactLiteralMatcher ( string target, int ws ) : System
target string
ws int
리턴 System

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

MakeValid() 공개 메소드

public MakeValid ( ) : SIL.FieldWorks.Common.COMInterfaces.ITsString
리턴 SIL.FieldWorks.Common.COMInterfaces.ITsString

Matches() 공개 메소드

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