C# Class SIL.FieldWorks.XWorks.LexEd.LexEntryTypeConverters

Inheritance: IUtility
Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_dlg UtilityDlg
m_flid int
m_obj ICmObject

Méthodes publiques

Méthode Description
LoadUtilities ( ) : void

Load 0 or more items in the list box.

OnSelection ( ) : void
Process ( ) : void
ToString ( ) : string

Override method to return the Label property.

Méthodes protégées

Méthode Description
Convert ( IEnumerable itemsToChange ) : void
DisableNodes ( TreeNodeCollection nodes, int classId ) : void

Private Methods

Méthode Description
GetChooser ( IEnumerable labels, int classId ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser
ShowDialogAndConvert ( int targetClassId ) : void

Method Details

Convert() protected abstract méthode

protected abstract Convert ( IEnumerable itemsToChange ) : void
itemsToChange IEnumerable
Résultat void

DisableNodes() protected static méthode

protected static DisableNodes ( TreeNodeCollection nodes, int classId ) : void
nodes System.Windows.Forms.TreeNodeCollection
classId int
Résultat void

LoadUtilities() public méthode

Load 0 or more items in the list box.
public LoadUtilities ( ) : void
Résultat void

OnSelection() public abstract méthode

public abstract OnSelection ( ) : void
Résultat void

Process() public abstract méthode

public abstract Process ( ) : void
Résultat void

ToString() public méthode

Override method to return the Label property.
public ToString ( ) : string
Résultat string

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
Résultat SIL.FieldWorks.FDO.FdoCache

m_dlg protected_oe property

protected UtilityDlg m_dlg
Résultat UtilityDlg

m_flid protected_oe property

protected int m_flid
Résultat int

m_obj protected_oe property

protected ICmObject m_obj
Résultat ICmObject