C# Class QSWidgetLib.ValidatedEntry

Inheritance: Gtk.Entry
Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Méthode Description
SetDefaultCityCode ( string code ) : void
ValidatedEntry ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
FormatString ( object o ) : void

Method Details

NumericValidate() protected méthode

protected NumericValidate ( object sender, Gtk Args ) : void
sender object
Args Gtk
Résultat void

PhoneTextDeleted() protected méthode

protected PhoneTextDeleted ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

PhoneTextInserted() protected méthode

protected PhoneTextInserted ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

RegexValidate() protected méthode

protected RegexValidate ( object sender, System Args ) : void
sender object
Args System
Résultat void

SetDefaultCityCode() public méthode

public SetDefaultCityCode ( string code ) : void
code string
Résultat void

ValidatedEntry() public méthode

public ValidatedEntry ( ) : System
Résultat System