Метод | Описание | |
---|---|---|
FluentValidatorProvider ( ) : System |
Initializes a new instance of the FluentValidatorProvider class.
|
Метод | Описание | |
---|---|---|
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. |
public FluentValidatorProvider ( ) : System | ||
Результат | System |
protected GetValidator ( |
||
targetType | /// The target type. /// | |
Результат | Data.IValidator |