IValidatableParameterInfo 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 parameter.
public interface class IValidatableParameterInfo
public interface IValidatableParameterInfo
type IValidatableParameterInfo = interface
Public Interface IValidatableParameterInfo
Methods
| Name | Description |
|---|---|
| Validate(Object, ValidateContext) |
Validates the specified |
| ValidateAsync(Object, ValidateContext, CancellationToken) |
Validates the specified |