Version

RangeCondition Class Properties

For a list of all members of this type, see RangeCondition members.

Public Properties
 NameDescription
Public PropertyDataTypeGets/sets the Type to which values are to be converted before determining whether the comparison value lies within range.  
Public PropertyMaximumValueGets/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.  
Public PropertyMinimumValueGets/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.  
See Also