Метод | Описание | |
---|---|---|
ApplyBrowserValidation ( |
Applies the browser validation by setting up one or more input rules on IBrowserValidationGenerator.
|
|
IsValid ( object instance, object fieldValue ) : bool |
Checks if the
|
Метод | Описание | |
---|---|---|
IsDateOnly ( System.DateTime date ) : bool |
Check if only date given (so no time part)
|
public ApplyBrowserValidation ( |
||
config | The config. | |
inputType | InputElementType | Type of the input. |
generator | IBrowserValidationGenerator | The generator. |
attributes | IDictionary | The attributes. |
target | string | The target. |
Результат | void |
public IsValid ( object instance, object fieldValue ) : bool | ||
instance | object | The target type instance |
fieldValue | object | The property/field value. It can be null. |
Результат | bool |