메소드 | 설명 | |
---|---|---|
Validate ( |
||
ValidateAsync ( |
메소드 | 설명 | |
---|---|---|
CreateValidationError ( |
Creates an error validation result for this validator.
|
|
IsValid ( |
||
IsValidAsync ( |
||
PrepareMessageFormatterForValidationError ( |
Prepares the MessageFormatter of context for an upcoming ValidationFailure.
|
|
PropertyValidator ( Expression |
||
PropertyValidator ( string errorMessage ) : System.Threading | ||
PropertyValidator ( string errorMessageResourceName, |
메소드 | 설명 | |
---|---|---|
BuildErrorMessage ( |
protected CreateValidationError ( |
||
context | The validator context | |
리턴 | ValidationFailure |
protected abstract IsValid ( |
||
context | ||
리턴 | bool |
protected IsValidAsync ( |
||
context | ||
cancellation | CancellationToken | |
리턴 | Task |
protected PrepareMessageFormatterForValidationError ( |
||
context | The validator context | |
리턴 | void |
protected PropertyValidator ( Expression |
||
errorMessageResourceSelector | Expression |
|
리턴 | System.Threading |
protected PropertyValidator ( string errorMessage ) : System.Threading | ||
errorMessage | string | |
리턴 | System.Threading |
protected PropertyValidator ( string errorMessageResourceName, |
||
errorMessageResourceName | string | |
errorMessageResourceType | ||
리턴 | System.Threading |
public Validate ( |
||
context | ||
리턴 | IEnumerable |
public ValidateAsync ( |
||
context | ||
cancellation | CancellationToken | |
리턴 | Task |