ModelValidatorProviderCollection Constructor

 

Initializes a new instance of the ModelValidatorProviderCollection class.

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

NameDescription
System_CAPS_pubmethodModelValidatorProviderCollection()

Initializes a new instance of the ModelValidatorProviderCollection class.

System_CAPS_pubmethodModelValidatorProviderCollection(IList<ModelValidatorProvider>)

Initializes a new instance of the ModelValidatorProviderCollection class using a list of model-validation providers.

Return to top

ModelValidatorProviderCollection Constructor ()

Initializes a new instance of the ModelValidatorProviderCollection class.

new : unit -> ModelValidatorProviderCollection
Return to top

ModelValidatorProviderCollection Constructor (IList<ModelValidatorProvider>)

Initializes a new instance of the ModelValidatorProviderCollection class using a list of model-validation providers.

new : 
        list:IList<ModelValidatorProvider> -> ModelValidatorProviderCollection

Parameters

list
Type: System.Collections.Generic.IList<ModelValidatorProvider>

A list of model-validation providers.

Return to top
Show: