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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
InsertEntryNow ( ) : System

Méthodes protégées

Méthode Description
UpdateMatches ( ) : void

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

Private Methods

Méthode Description
CreateInsertEntryDlg ( bool fCreateEntryNow ) : SIL.FieldWorks.LexText.Controls.InsertEntryDlg

Method Details

InsertEntryNow() public méthode

public InsertEntryNow ( ) : System
Résultat System

UpdateMatches() protected méthode

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