C# Класс SIL.FieldWorks.Language.ManagedLgIcuCollator

Наследование: ILgCollatingEngine, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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