Version

ICalculationFormula Interface Members

The following tables list the members exposed by ICalculationFormula.

Public Properties
 NameDescription
 PropertyBaseReferenceBase reference associated with the formula.  
 PropertyFormulaStringReturns the string representing the formula.  
 PropertyHasAlwaysDirtyReturns whether the formula contains an always dirty function.  
 PropertyHasSyntaxErrorReturns true if the formula has a syntax error. Formulas with syntax errors can not be added to the calc-network.  
 PropertyReferencesRetuns a collection of references contained in the formula token string  
 PropertySyntaxErrorSyntax error message. Returns null if the formula has no syntax errors, as would be indicated by HasSyntaxError method.  
Public Methods
 NameDescription
 MethodEvaluateEvaluate the compiled expression against the given base reference  
See Also