C# 클래스 SIL.FieldWorks.Language.ManagedLgIcuCollator

상속: ILgCollatingEngine, IDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Compare ( string bstrValue1, string bstrValue2, LgCollatingOptions colopt ) : int
CompareVariant ( object saValue1, object saValue2, LgCollatingOptions colopt ) : int
Dispose ( ) : void
Open ( string bstrLocale ) : void
SortKeyRgch ( string _ch, int cchIn, LgCollatingOptions colopt, int cchMaxOut, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _chKey, int &_cchOut ) : void
get_SortKey ( string bstrValue, LgCollatingOptions colopt ) : string
get_SortKeyVariant ( string bstrValue, LgCollatingOptions colopt ) : object

보호된 메소드들

메소드 설명
Dispose ( bool fDisposing ) : void
EnsureCollator ( ) : void

비공개 메소드들

메소드 설명
DoneCleanup ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Compare() 공개 메소드

public Compare ( string bstrValue1, string bstrValue2, LgCollatingOptions colopt ) : int
bstrValue1 string
bstrValue2 string
colopt LgCollatingOptions
리턴 int

CompareVariant() 공개 메소드

public CompareVariant ( object saValue1, object saValue2, LgCollatingOptions colopt ) : int
saValue1 object
saValue2 object
colopt LgCollatingOptions
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool fDisposing ) : void
fDisposing bool
리턴 void

EnsureCollator() 보호된 메소드

protected EnsureCollator ( ) : void
리턴 void

Open() 공개 메소드

public Open ( string bstrLocale ) : void
bstrLocale string
리턴 void

SortKeyRgch() 공개 메소드

public SortKeyRgch ( string _ch, int cchIn, LgCollatingOptions colopt, int cchMaxOut, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _chKey, int &_cchOut ) : void
_ch string
cchIn int
colopt LgCollatingOptions
cchMaxOut int
_chKey SIL.FieldWorks.Common.COMInterfaces.ArrayPtr
_cchOut int
리턴 void

get_SortKey() 공개 메소드

public get_SortKey ( string bstrValue, LgCollatingOptions colopt ) : string
bstrValue string
colopt LgCollatingOptions
리턴 string

get_SortKeyVariant() 공개 메소드

public get_SortKeyVariant ( string bstrValue, LgCollatingOptions colopt ) : object
bstrValue string
colopt LgCollatingOptions
리턴 object