C# Class SIL.FieldWorks.XWorks.MorphologyEditor.BasicIPASymbolSlice

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.StringSlice
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BasicIPASymbolSlice ( ) : System
SetDescriptionBasedOnIPA ( ) : void

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

UpdatePhoneme ( object sender, EventArgs e ) : void

Method Details

BasicIPASymbolSlice() public method

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
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SetFeaturesBasedOnIPA() public method

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document
public SetFeaturesBasedOnIPA ( ) : void
return void