DataAnnotationsModelValidationFactory Delegate

 

Represents the method that creates a DataAnnotationsModelValidatorProvider instance.

Namespace:   System.Web.Http.Validation.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public delegate ModelValidator^ DataAnnotationsModelValidationFactory(
	IEnumerable<ModelValidatorProvider^>^ validatorProviders,
	ValidationAttribute^ attribute
)
Return to top
Show: