ValidationMetadataProviderContext 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.
A context for an IValidationMetadataProvider.
public ref class ValidationMetadataProviderContext
public class ValidationMetadataProviderContext
type ValidationMetadataProviderContext = class
Public Class ValidationMetadataProviderContext
- Inheritance
-
ValidationMetadataProviderContext
Constructors
ValidationMetadataProviderContext(ModelMetadataIdentity, ModelAttributes) |
Creates a new ValidationMetadataProviderContext. |
Properties
Attributes |
Gets the attributes. |
Key |
Gets the ModelMetadataIdentity. |
ParameterAttributes |
Gets the parameter attributes. |
PropertyAttributes |
Gets the property attributes. |
TypeAttributes |
Gets the type attributes. |
ValidationMetadata |
Gets the ValidationMetadata. |