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

Inheritance: BaseGoDlg
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ResetMatches ( string searchKey ) : void
m_btnInsert_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

public RecordGoDlg ( ) : System
Résultat System

ResetMatches() protected méthode

protected ResetMatches ( string searchKey ) : void
searchKey string
Résultat void

SetDlgInfo() public méthode

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
Résultat void

SetDlgInfo() public méthode

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
Résultat void

m_btnInsert_Click() protected méthode

protected m_btnInsert_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void