C# Class SIL.FieldWorks.IText.SandboxBase.IhMissingEntry.InsertEntryNow

this dialog, dumbs down InsertEntryDlg, to use its states and logic for creating a new entry immediately without trying to do matching Entries.
Inheritance: SIL.FieldWorks.LexText.Controls.InsertEntryDlg
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
InsertEntryNow ( ) : System

Protected Methods

Method Description
UpdateMatches ( ) : void

skip updating matches, since this dialog is just for inserting a new entry.

Private Methods

Method Description
CreateInsertEntryDlg ( bool fCreateEntryNow ) : SIL.FieldWorks.LexText.Controls.InsertEntryDlg

Method Details

InsertEntryNow() public method

public InsertEntryNow ( ) : System
return System

UpdateMatches() protected method

skip updating matches, since this dialog is just for inserting a new entry.
protected UpdateMatches ( ) : void
return void