Version

FormulaCondition Class Members

The following tables list the members exposed by FormulaCondition.

Public Constructors
 NameDescription
Public ConstructorFormulaCondition ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyFormulaGets/sets the formula used to perform a comparison against.  
Public Methods
 NameDescription
Public MethodCloneReturns a deep clone of the FormulaCondition.  
Public MethodMatchesDetermines whether the provided value matches the Formula.  
Protected Methods
 NameDescription
Protected MethodFirePropertyChangedRaises the PropertyChanged event if there are any listeners.  
Protected MethodShouldSerializeFormulaReturns whether the Formula should be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property is changed on the FormulaCondition.  
See Also