Microsoft.Extensions.Validation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| SkipValidationAttribute |
Indicates that a property, parameter, or type should not be validated. |
| ValidatableTypeAttribute |
Indicates that a type is validatable to support discovery by the validations generator. |
| ValidateContext |
Represents the context for validating a validatable object. |
| ValidationOptions |
Specifies configuration options for the validation system. |
Interfaces
| Name | Description |
|---|---|
| IValidatableInfo |
Represents an interface for validating a value. |
| IValidatableInfoResolver |
Provides an interface for resolving the validation information associated with a given <seealso cref="T:System.Type"></seealso> or <seealso cref="T:System.Reflection.ParameterInfo"></seealso>. |