메소드 | 설명 | |
---|---|---|
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. |
protected GetValidator ( |
||
targetType | /// The target type. /// | |
리턴 | Data.IValidator |