ModelValidatorProvider Class

Provides a list of validators for a model.

Inheritance Hierarchy

System.Object
  System.Web.Http.Validation.ModelValidatorProvider
    System.Web.Http.Validation.Providers.AssociatedValidatorProvider
    System.Web.Http.Validation.Providers.RequiredMemberModelValidatorProvider

Namespace:  System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public MustInherit Class ModelValidatorProvider
'Usage
Dim instance As ModelValidatorProvider
public abstract class ModelValidatorProvider
public ref class ModelValidatorProvider abstract
[<AbstractClassAttribute>]
type ModelValidatorProvider =  class end
public abstract class ModelValidatorProvider

The ModelValidatorProvider type exposes the following members.

Constructors

  Name Description
Protected method ModelValidatorProvider Initializes a new instance of the ModelValidatorProvider class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValidators Gets a list of validators associated with this ModelValidatorProvider.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from 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