'Declaration
Public Function New( _ ByVal bcType As RangeConditionType, _ ByVal minValue As IComparable, _ ByVal maxValue As IComparable _ )
'Usage
Dim bcType As RangeConditionType Dim minValue As IComparable Dim maxValue As IComparable Dim instance As New DataValidationRangeCondition(bcType, minValue, maxValue)
public DataValidationRangeCondition( RangeConditionType bcType, IComparable minValue, IComparable maxValue )
Parameters
- bcType
- The RangeConditionType that will be used by the DataValidationRangeCondition.
- minValue
- The minimum value used for the validation.
- maxValue
- The maximum value used for the validation.