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

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

Méthodes publiques

Méthode Description
DefaultModelValidatorProviders ( IEnumerable defaultModelValidatorProviders ) : System.Collections.Generic

Initializes a new instance of the DefaultModelValidatorProviders class.

Method Details

DefaultModelValidatorProviders() public méthode

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