Version

RangeCondition Class Members

The following tables list the members exposed by RangeCondition.

Public Constructors
 NameDescription
Public ConstructorRangeCondition ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodCloneReturns a RangeCondition instance with the same property values as this instance.  
Public MethodMatchesReturns whether the specified value lies within the range defined by the MinimumValue and MaximumValue properties.  
Protected Methods
 NameDescription
Protected MethodFirePropertyChangedRaises the PropertyChanged event if there are any listeners.  
Protected MethodShouldSerializeDataTypeReturns true if the DataType property requires serialization.  
Protected MethodShouldSerializeMaximumValueReturns true if the MaximumValue property requires serialization.  
Protected MethodShouldSerializeMinimumValueReturns true if the MinimumValue property requires serialization.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property is changed on this RangeCondition instance.  
See Also