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

Summary description for WordformGoDlg.
Inheritance: SIL.FieldWorks.LexText.Controls.BaseGoDlg
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_oldSearchWs int

Public Methods

Method Description
WordformGoDlg ( ) : System.Diagnostics.CodeAnalysis

Protected Methods

Method Description
LoadWritingSystemCombo ( ) : void

Just load current vernacular

ResetMatches ( string searchKey ) : void

Reset the list of matching items.

Private Methods

Method Description
GetSearchKey ( int ws, string searchKey, string &form, int &vernWs ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeMatchingObjects ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : void

Method Details

LoadWritingSystemCombo() protected method

Just load current vernacular
protected LoadWritingSystemCombo ( ) : void
return void

ResetMatches() protected method

Reset the list of matching items.
protected ResetMatches ( string searchKey ) : void
searchKey string
return void

WordformGoDlg() public method

public WordformGoDlg ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

Property Details

m_oldSearchWs protected_oe property

protected int m_oldSearchWs
return int