DataAnnotationsModelValidatorProvider.RegisterDefaultAdapterFactory Method

Visual Studio 2010

Registers the default adapter factory.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public static void RegisterDefaultAdapterFactory(
	DataAnnotationsModelValidationFactory factory
)

Parameters

factory
Type: System.Web.Mvc.DataAnnotationsModelValidationFactory
The factory that will be used to create the ModelValidator object for the default adapter.

This method registers the default adapter factory for types that derive from ValidationAttribute only if the attribute type is not registered with RegisterAdapterFactory(Type, DataAnnotationsModelValidationFactory).

Community Additions

ADD
Show: