C# Class Ninject.Web.WebApi.Filter.DefaultModelValidatorProviders

Keeps a reference to all default model validator providers from the configuration.
Mostrar archivo Open project: ninject/Ninject.Web.WebApi Class Usage Examples

Public Methods

Method Description
DefaultModelValidatorProviders ( IEnumerable defaultModelValidatorProviders ) : System.Collections.Generic

Initializes a new instance of the DefaultModelValidatorProviders class.

Method Details

DefaultModelValidatorProviders() public method

Initializes a new instance of the DefaultModelValidatorProviders class.
public DefaultModelValidatorProviders ( IEnumerable defaultModelValidatorProviders ) : System.Collections.Generic
defaultModelValidatorProviders IEnumerable The default model validator providers.
return System.Collections.Generic