C# Class SIL.FieldWorks.Common.Framework.DetailControls.MorphTypeAtomicLauncher

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.PossibilityAtomicReferenceLauncher
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetChooser ( IEnumerable labels ) : MorphTypeChooser

Get the SimpleListChooser/

Private Methods

Méthode Description
ChangeAffixToStem ( ILexEntry entry, IMoMorphType type ) : bool

Change the affix to a stem (possibly)

ChangeStemToAffix ( ILexEntry entry, IMoMorphType type ) : bool
CheckForAffixDataLoss ( IMoAffixForm affix, List rgmsaAffix ) : bool
CheckForStemDataLoss ( IMoStemAllomorph stem, List rgmsaStem ) : bool
HandleChooser ( ) : void
IsStemType ( IMoMorphType type ) : bool
SwapValues ( ILexEntry entry, IMoForm origForm, IMoForm newForm, IMoMorphType type, List rgmsaOld ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetChooser() protected méthode

Get the SimpleListChooser/
protected GetChooser ( IEnumerable labels ) : MorphTypeChooser
labels IEnumerable List of objects to show in the chooser.
Résultat MorphTypeChooser