IValidatableTypeInfo Interface
Definition
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.
Represents an interface for validating a value of a type.
public interface class IValidatableTypeInfo
public interface IValidatableTypeInfo
type IValidatableTypeInfo = interface
Public Interface IValidatableTypeInfo
Methods
| Name | Description |
|---|---|
| TryFindProperty(String, ValidationOptions, IValidatablePropertyInfo) |
Retrieves the validatable property info for the specified property name. |
| Validate(Object, ValidateContext) |
Validates the specified |
| ValidateAsync(Object, ValidateContext, CancellationToken) |
Validates the specified |