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

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.PossibilityAtomicReferenceLauncher
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetChooser ( IEnumerable labels ) : MorphTypeChooser

Get the SimpleListChooser/

Private Methods

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetChooser() protected method

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