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 abstract class AssociatedValidatorProvider : System.Web.Mvc.ModelValidatorProvider
type AssociatedValidatorProvider = class
inherit ModelValidatorProvider
Public MustInherit Class AssociatedValidatorProvider
Inherits ModelValidatorProvider
- Inheritance
- Derived
Constructors
AssociatedValidatorProvider() |
Called from constructors in derived classes to initialize the AssociatedMetadataProvider class. |
Methods
GetTypeDescriptor(Type) |
Gets a type descriptor for the specified type. |
GetValidators(ModelMetadata, ControllerContext, IEnumerable<Attribute>) |
Gets the validators for the model using the metadata, the controller context, and a list of attributes. |
GetValidators(ModelMetadata, ControllerContext) |
Gets the validators for the model using the metadata and controller context. |