Version

RangeCondition Class Methods

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

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.  
See Also