Method | Description | |
---|---|---|
AsyncValidatorBase ( string errorMessage ) : System | ||
AsyncValidatorBase ( string errorMessageResourceName, |
||
IsValid ( |
||
IsValidAsync ( |
protected AsyncValidatorBase ( string errorMessage ) : System | ||
errorMessage | string | |
return | System |
protected AsyncValidatorBase ( string errorMessageResourceName, |
||
errorMessageResourceName | string | |
errorMessageResourceType | ||
return | System |
protected IsValid ( |
||
context | ||
return | bool |
protected abstract IsValidAsync ( |
||
context | ||
cancellation | ||
return | Task |