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

Inheritance: IUtility
Datei anzeigen Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_dlg UtilityDlg
m_flid int
m_obj ICmObject

Public Methods

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

Protected Methods

Method Description
Convert ( IEnumerable itemsToChange ) : void
DisableNodes ( TreeNodeCollection nodes, int classId ) : void

Private Methods

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

Method Details

Convert() protected abstract method

protected abstract Convert ( IEnumerable itemsToChange ) : void
itemsToChange IEnumerable
return void

DisableNodes() protected static method

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

LoadUtilities() public method

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

OnSelection() public abstract method

public abstract OnSelection ( ) : void
return void

Process() public abstract method

public abstract Process ( ) : void
return void

ToString() public method

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

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
return SIL.FieldWorks.FDO.FdoCache

m_dlg protected_oe property

protected UtilityDlg m_dlg
return UtilityDlg

m_flid protected_oe property

protected int m_flid
return int

m_obj protected_oe property

protected ICmObject m_obj
return ICmObject