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
Protected method ModelValidator Initializes a new instance of the ModelValidator class.

Top

Properties

  Name Description
Public property IsRequired Gets a value that indicates whether a model property is required.
Protected property ValidatorProviders Gets or sets an enumeration of validator providers.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetModelValidator Returns a composite model validator for the model.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.Validation Namespace