C# 클래스 QSWidgetLib.ValidatedEntry

상속: Gtk.Entry
파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 메소드들

메소드 설명
SetDefaultCityCode ( string code ) : void
ValidatedEntry ( ) : System

보호된 메소드들

메소드 설명
NumericValidate ( object sender, Gtk Args ) : void
PhoneTextDeleted ( object o, Gtk args ) : void
PhoneTextInserted ( object o, Gtk args ) : void
RegexValidate ( object sender, System Args ) : void

비공개 메소드들

메소드 설명
FormatString ( object o ) : void

메소드 상세

NumericValidate() 보호된 메소드

protected NumericValidate ( object sender, Gtk Args ) : void
sender object
Args Gtk
리턴 void

PhoneTextDeleted() 보호된 메소드

protected PhoneTextDeleted ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

PhoneTextInserted() 보호된 메소드

protected PhoneTextInserted ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

RegexValidate() 보호된 메소드

protected RegexValidate ( object sender, System Args ) : void
sender object
Args System
리턴 void

SetDefaultCityCode() 공개 메소드

public SetDefaultCityCode ( string code ) : void
code string
리턴 void

ValidatedEntry() 공개 메소드

public ValidatedEntry ( ) : System
리턴 System