Validator<'E> Type
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasError
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsValidOpt
Parameters:
'T0 -> ValidateResult<'T1>
error : 'E
input : FieldInfo<'T, 'T0, 'E>
Returns: FieldInfo<'T, 'T1, 'E>
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.PushError
Parameters:
string
error : 'E
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|