C# Class QSWidgetLib.ValidatedEntry

Inheritance: Gtk.Entry
ファイルを表示 Open project: QualitySolution/QSProjects

Public Methods

Method Description
SetDefaultCityCode ( string code ) : void
ValidatedEntry ( ) : System

Protected Methods

Method Description
NumericValidate ( object sender, Gtk Args ) : void
PhoneTextDeleted ( object o, Gtk args ) : void
PhoneTextInserted ( object o, Gtk args ) : void
RegexValidate ( object sender, System Args ) : void

Private Methods

Method Description
FormatString ( object o ) : void

Method Details

NumericValidate() protected method

protected NumericValidate ( object sender, Gtk Args ) : void
sender object
Args Gtk
return void

PhoneTextDeleted() protected method

protected PhoneTextDeleted ( object o, Gtk args ) : void
o object
args Gtk
return void

PhoneTextInserted() protected method

protected PhoneTextInserted ( object o, Gtk args ) : void
o object
args Gtk
return void

RegexValidate() protected method

protected RegexValidate ( object sender, System Args ) : void
sender object
Args System
return void

SetDefaultCityCode() public method

public SetDefaultCityCode ( string code ) : void
code string
return void

ValidatedEntry() public method

public ValidatedEntry ( ) : System
return System