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

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.StringSlice
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

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
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SetFeaturesBasedOnIPA() public méthode

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