Method ReportErrorMinMaxValue
ReportErrorMinMaxValue(object?, Action<string>?)
bool ReportErrorMinMaxValue(object? value, Action<string>? errorEnumerator = null)
Parameters
Returns
- bool
true
if validation error was reported;false
if validation is ok and error was not reported.
Remarks
ReportValidatorError(bool, string?, Action<string>?) is used to report the error. If DataType is assigned, it is also used to get possible min and max values.