IValidatablePropertyInfo 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 property.
public interface class IValidatablePropertyInfo
public interface IValidatablePropertyInfo
type IValidatablePropertyInfo = interface
Public Interface IValidatablePropertyInfo
Methods
| Name | Description |
|---|---|
| Validate(Object, ValidateContext) |
Validates the property on a given object. |
| ValidateAsync(Object, ValidateContext, CancellationToken) |
Validates the property on a given object. |