IAsyncValidatableObject 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.
public interface class IAsyncValidatableObject : System::ComponentModel::DataAnnotations::IValidatableObject
public interface IAsyncValidatableObject : System.ComponentModel.DataAnnotations.IValidatableObject
type IAsyncValidatableObject = interface
interface IValidatableObject
Public Interface IAsyncValidatableObject
Implements IValidatableObject
- Implements
Methods
| Name | Description |
|---|---|
| Validate(ValidationContext) |
Determines whether the specified object is valid. (Inherited from IValidatableObject) |
| ValidateAsync(ValidationContext, CancellationToken) | |