ValidatablePropertyInfo Class
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.
Contains validation information for a member of a type.
public ref class ValidatablePropertyInfo abstract : Microsoft::Extensions::Validation::IValidatableInfo
[System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")]
public abstract class ValidatablePropertyInfo : Microsoft.Extensions.Validation.IValidatableInfo
[<System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")>]
type ValidatablePropertyInfo = class
interface IValidatableInfo
Public MustInherit Class ValidatablePropertyInfo
Implements IValidatableInfo
- Inheritance
-
ValidatablePropertyInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ValidatablePropertyInfo(Type, Type, String, String) |
Creates a new instance of ValidatablePropertyInfo. |
Methods
| Name | Description |
|---|---|
| GetValidationAttributes() |
Gets the validation attributes for this member. |
| ValidateAsync(Object, ValidateContext, CancellationToken) |
Validates the specified |