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 | |
|---|---|---|
| .jpeg) | ModelValidator | Initializes a new instance of the ModelValidator class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | IsRequired | Gets a value that indicates whether a model property is required. | 
| .jpeg) | ValidatorProviders | Gets or sets an enumeration of validator providers. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) .gif) | GetModelValidator | Returns a composite model validator for the model. | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
| .jpeg) | 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.