메소드 | 설명 | |
---|---|---|
GetResult ( ) : |
Gets the result of last validation (without executing the validation).
|
|
RegisterValidator ( [ validator ) : void |
Registers a validator with this scope.
|
|
ValidateAllAsync ( ) : Task |
Executes the validation of all registered validators and combines the result from all of them.
|
메소드 | 설명 | |
---|---|---|
CombineResults ( IEnumerable |
||
NotifyCombinedResultChanged ( ) : void | ||
OnResultChanged ( |
||
OnValidatorResultChanged ( object sender, |
public RegisterValidator ( [ validator ) : void | ||
validator | [ | Validator to register. |
리턴 | void |