DataAnnotationsModelValidationFactory Delegate

Visual Studio 2010

Represents the method that creates a DataAnnotationsModelValidatorProvider instance.

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

public delegate ModelValidator^ DataAnnotationsModelValidationFactory(
	ModelMetadata^ metadata, 
	ControllerContext^ context, 
	ValidationAttribute^ attribute
)

Community Additions

ADD
Show: