ValidatorTValidateAsync Method | ![]() |
Name | Description | |
---|---|---|
![]() | ValidateAsync(Object) |
Validates the given entity asynchronously and determines if the entity is valid.
(Inherited from Validator.) |
![]() | ValidateAsync(T) |
Validates the given value asynchronously and determines if the value is valid.
|
![]() | ValidateAsync(ValidationContext) |
Validates the given ValidationContext asynchronously and determines if the context is valid.
(Overrides ValidatorValidateAsync(ValidationContext).) |
![]() | ValidateAsync(ValidationContextT) |
Validates the given ValidationContext asynchronously and determines if the context is valid.
|
![]() | ValidateAsync(Object, Object) |
Validates the given new entity against the old entity asynchronously and determines if the new entity is valid.
(Inherited from Validator.) |
![]() | ValidateAsync(T, T) |
Validates the given new value against the old value asynchronously and determines if the new value is valid.
|