C# Class PurplePen.EnterSymbolText

Inheritance: OkCancelDialog
Mostrar archivo Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

EnterSymbolText() public method

public EnterSymbolText ( SymbolDB symbolDB ) : System
symbolDB SymbolDB
return System

SetAllowableForms() public method

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
return void

SetLanguage() public method

public SetLanguage ( SymbolLanguage symLanguage ) : void
symLanguage SymbolLanguage
return void