DataAnnotationsModelValidator 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.
Provides a model validator.
public ref class DataAnnotationsModelValidator : System::Web::ModelBinding::ModelValidator
public class DataAnnotationsModelValidator : System.Web.ModelBinding.ModelValidator
type DataAnnotationsModelValidator = class
inherit ModelValidator
Public Class DataAnnotationsModelValidator
Inherits ModelValidator
- Inheritance
- Derived
Constructors
DataAnnotationsModelValidator(ModelMetadata, ModelBindingExecutionContext, ValidationAttribute) |
Initializes a new instance of the DataAnnotationsModelValidator class. |
Properties
Attribute |
Gets the validation attribute for the model validator. |
ErrorMessage |
Gets the error message for a validation failure. |
IsRequired |
Gets a value that indicates whether the model is required (that is, whether the validation attribute in the Attribute property is a RequiredAttribute attribute). |
Metadata |
When implemented in a derived class, gets the metadata for the model validator. (Inherited from ModelValidator) |
ModelBindingExecutionContext |
When implemented in a derived class, gets the execution context. (Inherited from ModelValidator) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetLocalizedErrorMessage(String) |
Gets a localized error message for the model. |
GetLocalizedString(String, Object[]) |
Gets a localized version for a specific string. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Validate(Object) |
Returns a list of validation error messages for the model. |