[]
        
(Showing Draft Content)

C1.Win.Input.Validation.PostValidation.ValidateValuesAndIntervals

ValidateValuesAndIntervals Method

ValidateValuesAndIntervals(object, ErrorInfo)

Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.

Declaration
public bool ValidateValuesAndIntervals(object value, ErrorInfo errorInfo)
Parameters
Type Name Description
object value

The value to validate.

ErrorInfo errorInfo

Error information filled in case of failure.

Returns
Type Description
bool