C# Class SIL.FieldWorks.LexText.Controls.RecordGoDlg

Inheritance: BaseGoDlg
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
RecordGoDlg ( ) : System
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator, string form ) : void

Protected Methods

Method Description
ResetMatches ( string searchKey ) : void
m_btnInsert_Click ( object sender, EventArgs e ) : void

Private Methods

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

RecordGoDlg() public method

public RecordGoDlg ( ) : System
return System

ResetMatches() protected method

protected ResetMatches ( string searchKey ) : void
searchKey string
return void

SetDlgInfo() public method

public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
return void

SetDlgInfo() public method

public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator, string form ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
form string
return void

m_btnInsert_Click() protected method

protected m_btnInsert_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void