C# Class PurplePen.EnterSymbolText

Inheritance: OkCancelDialog
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
EnterSymbolText ( SymbolDB symbolDB ) : System
SetAllowableForms ( bool allowPluralForms, bool showPluralForms, bool allowGenderForms, bool showGenderForms, bool allowCaseForms, bool showCaseForms, bool showGenderList, bool showCaseList, bool translateFillIn ) : void
SetLanguage ( SymbolLanguage symLanguage ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EnterSymbolText_Shown ( object sender, EventArgs e ) : void
ErrorMessage ( string message ) : void
InitializeComponent ( ) : void

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

ReadGrid ( ) : void
SanitizeFillIn ( string s ) : string
UnsanitizeFillIn ( string s ) : string
UpdateGrid ( ) : void
checkBoxPluralOrGenderOrCase_CheckedChanged ( object sender, EventArgs e ) : void
dataGridView_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EnterSymbolText() public méthode

public EnterSymbolText ( SymbolDB symbolDB ) : System
symbolDB SymbolDB
Résultat System

SetAllowableForms() public méthode

public SetAllowableForms ( bool allowPluralForms, bool showPluralForms, bool allowGenderForms, bool showGenderForms, bool allowCaseForms, bool showCaseForms, bool showGenderList, bool showCaseList, bool translateFillIn ) : void
allowPluralForms bool
showPluralForms bool
allowGenderForms bool
showGenderForms bool
allowCaseForms bool
showCaseForms bool
showGenderList bool
showCaseList bool
translateFillIn bool
Résultat void

SetLanguage() public méthode

public SetLanguage ( SymbolLanguage symLanguage ) : void
symLanguage SymbolLanguage
Résultat void