ModelValidatorProvider Class

 

Provides a list of validators for a model.

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

Inheritance Hierarchy

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

Syntax

public abstract class ModelValidatorProvider
public ref class ModelValidatorProvider abstract 
[<AbstractClass>]
type ModelValidatorProvider = class end
Public MustInherit Class ModelValidatorProvider

Constructors

Name Description
System_CAPS_protmethod ModelValidatorProvider()

Initializes a new instance of the ModelValidatorProvider class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValidators(ModelMetadata, IEnumerable<ModelValidatorProvider>)

Gets a list of validators associated with this ModelValidatorProvider.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Http.Validation Namespace

Return to top