Метод |
Описание |
|
ResetStatus ( Control textBoxes = null, System.Windows.Controls.Label labels = null ) : void |
|
|
SetError ( string error, Control control = null, System.Windows.Controls.Label label = null ) : void |
|
|
SetStatus ( string status ) : void |
|
|
ValidateEmail ( TextBox email, System.Windows.Controls.Label emailLabel ) : bool |
|
|
ValidateFieldMatches ( Control textBox, string text, System.Windows.Controls.Label label, string errorString, string placeHolder, string regEx ) : bool |
|
|
ValidateFieldNonEmpty ( Control control, string text, System.Windows.Controls.Label textLabel, string errorText, string defaultValue = "" ) : bool |
|
|