For a list of all members of this type, see RangeCondition members.
Name | Description | |
---|---|---|
![]() | DataType | Gets/sets the Type to which values are to be converted before determining whether the comparison value lies within range. |
![]() | MaximumValue | Gets/sets the maximum value of the range against which to be tested. Values that are less than or equal to this value, and also greater than or equal to the MinimumValue, are considered to be within range. |
![]() | MinimumValue | Gets/sets the minimum value of the range against which to be tested. Values that are greater than or equal to this value, and also less than or equal to the MaximumValue, are considered to be within range. |