Method | Description | |
---|---|---|
FluentValidatorProvider ( ) : System |
Initializes a new instance of the FluentValidatorProvider class.
|
Method | Description | |
---|---|---|
GetValidator ( |
Gets a validator for the specified target type. This method only searches for fluent validators on the assembly which the targetType belongs to, and creates adapters that allow fluent validator talks with catel validation approach. |
protected GetValidator ( |
||
targetType | /// The target type. /// | |
return | Data.IValidator |