AssociatedValidatorProvider Class

Definition

Provides an abstract class for classes that implement a validation provider.

public ref class AssociatedValidatorProvider abstract : System::Web::ModelBinding::ModelValidatorProvider
public abstract class AssociatedValidatorProvider : System.Web.ModelBinding.ModelValidatorProvider
type AssociatedValidatorProvider = class
    inherit ModelValidatorProvider
Public MustInherit Class AssociatedValidatorProvider
Inherits ModelValidatorProvider
Inheritance
AssociatedValidatorProvider
Derived

Constructors

AssociatedValidatorProvider()

When implemented in a derived class, initializes a new instance of the AssociatedValidatorProvider class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetTypeDescriptor(Type)

Gets a type descriptor for the specified type.

GetValidators(ModelMetadata, ModelBindingExecutionContext)

Gets the validators for the model using the specified metadata and execution context.

GetValidators(ModelMetadata, ModelBindingExecutionContext, IEnumerable<Attribute>)

When implemented in a derived type, gets the validators for the model, using the specified metadata, execution context, and attributes.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to