AssociatedValidatorProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, IEnumerable<Attribute>) |
When implemented in a derived type, gets the validators for the model, using the specified metadata, execution context, and attributes. |
GetValidators(ModelMetadata, ModelBindingExecutionContext) |
Gets the validators for the model using the specified metadata and execution context. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |