C# Класс SIL.FieldWorks.XWorks.MorphologyEditor.BasicIPASymbolSlice

Наследование: SIL.FieldWorks.Common.Framework.DetailControls.StringSlice
Показать файл Открыть проект

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

Метод Описание
BasicIPASymbolSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System

Constructor invoked via the editor="customWithParams" slice XML configuration

SetFeaturesBasedOnIPA ( ) : void

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
BasicIPASymbolSlice ( ) : System
SetDescriptionBasedOnIPA ( ) : void

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document

UpdatePhoneme ( object sender, EventArgs e ) : void

Описание методов

BasicIPASymbolSlice() публичный Метод

Constructor invoked via the editor="customWithParams" slice XML configuration
public BasicIPASymbolSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System
cache SIL.FieldWorks.FDO.FdoCache
editor string
flid int
node System
obj ICmObject
stringTbl SIL.Utils.StringTable
persistenceProvider IPersistenceProvider
ws int
Результат System

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

SetFeaturesBasedOnIPA() публичный Метод

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document
public SetFeaturesBasedOnIPA ( ) : void
Результат void