Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RegisterControl ( |
||
RegisterValidationFunc ( Func |
||
UnregisterControl ( |
||
UnregisterValidationFunc ( Func |
||
Validate ( ) : void | ||
ValidateForm ( ) : bool | ||
ValidateGreater ( string fieldName, |
||
ValidateGreaterEq ( string fieldName, |
||
ValidateLess ( string fieldName, |
||
ValidateLessEq ( string fieldName, |
||
ValidateNonEmptyName ( string fieldName, |
||
ValidateNumericUpDownFunc ( string fieldName, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DetermineErrorIconPadding ( |
||
EnableButtons ( bool enable ) : void |
public RegisterControl ( |
||
control | ||
validationFunc | Func |
|
return | void |
public RegisterValidationFunc ( Func |
||
validationFunc | Func |
|
return | void |
public UnregisterControl ( |
||
control | ||
return | void |
public UnregisterValidationFunc ( Func |
||
validationFunc | Func |
|
return | void |
public static ValidateGreater ( string fieldName, |
||
fieldName | string | |
control | ||
refName | string | |
reference | ||
return | Func |
public static ValidateGreaterEq ( string fieldName, |
||
fieldName | string | |
control | ||
refName | string | |
reference | ||
return | Func |
public static ValidateLess ( string fieldName, |
||
fieldName | string | |
control | ||
refName | string | |
reference | ||
return | Func |
public static ValidateLessEq ( string fieldName, |
||
fieldName | string | |
control | ||
refName | string | |
reference | ||
return | Func |
public static ValidateNonEmptyName ( string fieldName, |
||
fieldName | string | |
control | ||
reservedNames | IEnumerable |
|
return | Func |
public static ValidateNumericUpDownFunc ( string fieldName, |
||
fieldName | string | |
control | ||
return | Func |