Method | Description | |
---|---|---|
CreateInstance ( |
Creates an instance of a validator with the given type using ninject.
|
|
NinjectValidatorFactory ( IKernel kernel ) : System |
Initializes a new instance of the NinjectValidatorFactory class.
|
public CreateInstance ( |
||
validatorType | Type of the validator. | |
return | IValidator |
public NinjectValidatorFactory ( IKernel kernel ) : System | ||
kernel | IKernel | The kernel. |
return | System |