ValidatorT Methods | ![]() |
The ValidatorT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateResult |
Creates a new validation result.
(Inherited from Validator.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Validator.) |
![]() | Equals(IValidator) |
Determines if the given validator can be considered equal to the current validator.
(Inherited from Validator.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Validator.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsValidAsync(StateTransition, Object, Object) |
Determines that the new value is valid.
(Overrides ValidatorIsValidAsync(StateTransition, Object, Object).) |
![]() | IsValidAsync(StateTransition, T, T) |
Determines that the new value is valid.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | ExecuteAsync(Object) | Overloaded.
Validates the given value asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | ExecuteAsync(ValidationContext) | Overloaded.
Validates the given context asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | ExecuteAsync(Object, Object) | Overloaded.
Validates the given new value against the old value asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | ExecuteAsyncT(T) | Overloaded.
Validates the given value asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | ExecuteAsyncT(ValidationContextT) | Overloaded.
Validates the given context asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | ExecuteAsyncT(T, T) | Overloaded.
Validates the given new value against the old value asynchronously and returns the validation results.
(Defined by IValidatorExtensions.) |
![]() | GetConcreteValidator |
Returns the concrete validator of the current validator if the current validator is an IDelegatedValidator.
(Defined by IValidatorExtensions.) |