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 | |
---|---|---|
ModelValidatorProvider | Initializes a new instance of the ModelValidatorProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValidators | Gets a list of validators associated with this ModelValidatorProvider. | |
MemberwiseClone | (Inherited from Object.) | |
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.