C# 클래스 Ninject.Web.WebApi.Filter.DefaultModelValidatorProviders

Keeps a reference to all default model validator providers from the configuration.
파일 보기 프로젝트 열기: ninject/Ninject.Web.WebApi 1 사용 예제들

공개 메소드들

메소드 설명
DefaultModelValidatorProviders ( IEnumerable defaultModelValidatorProviders ) : System.Collections.Generic

Initializes a new instance of the DefaultModelValidatorProviders class.

메소드 상세

DefaultModelValidatorProviders() 공개 메소드

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