ModelValidator Class
Provides a base class for implementing validation logic.
Inheritance Hierarchy
System.Object
System.Web.Http.Validation.ModelValidator
System.Web.Http.Validation.Validators.DataAnnotationsModelValidator
System.Web.Http.Validation.Validators.ErrorModelValidator
System.Web.Http.Validation.Validators.RequiredMemberModelValidator
System.Web.Http.Validation.Validators.ValidatableObjectAdapter
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public MustInherit Class ModelValidator
'Usage
Dim instance As ModelValidator
public abstract class ModelValidator
public ref class ModelValidator abstract
[<AbstractClassAttribute>]
type ModelValidator = class end
public abstract class ModelValidator
The ModelValidator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelValidator | Initializes a new instance of the ModelValidator class. |
Top
Properties
Name | Description | |
---|---|---|
IsRequired | Gets a value that indicates whether a model property is required. | |
ValidatorProviders | Gets or sets an enumeration of validator providers. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetModelValidator | Returns a composite model validator for the model. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates a specified object. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.