Class | Description | |
---|---|---|
CalculationErrorValue | Provides methods and properties used to define and manage a calculation error value. | |
CalculationException | Generic Calc Exception. All Calc Exceptions derive from this so that a developer can easily turn off our exceptions during debugging. | |
CalculationFunction | Base class for formula functions. | |
CalculationNumberStack | Stack of CalculationValue instances used to evaluate formulas. | |
CalculationReferenceError | Implementation of ICalculationReference interface that denotes a reference error | |
CalculationValue | Provides methods that manage a composite data type representing a value. | |
CalculationValueException | Calc value Exception | |
RefBase | This abstract base class is used to implement the ICalculationReference interface for an object with a complex hierarchy of referencable elements. | |
RefParser | A RefParser is a parsed representation of a Reference Path. It contains a RefTuple array representing each element in the Reference Path. | |
RefParser.NameValuePair | Class for representing a name value pair. | |
RefRange | RefRange is a generic Range Reference | |
RefTuple | This class represents a element identifier and a scope. | |
RefUnAnchored | RefUnAnchored is a wrapper for a RefBase reference that keeps a parsed representation of the reference string used to create the reference. There can be multiple RefUnAnchored instances wrapping the same anchored reference. |
Interface | Description | |
---|---|---|
ICalculationFormula | Interface implemented by the formula object. | |
ICalculationReference | The Primary Reference Inteface. | |
ICalculationReferenceCollection | Collection of ICalculationReference objects |
Enumeration | Description | |
---|---|---|
CalculationEngineAction | Enum used for specifying the first paramter to Infragistics.Calculations.ICalculationManager.PerformAction method. | |
CalculationErrorCode | Enumeration of error codes assigned to CalculationErrorValue. | |
ChildReferenceType | Used for specifying the referenceType parameter to the ICalculationReference.GetChildReferences method. | |
RefTuple.RefScope | The different scopes. | |
RefTuple.RefType | The different types of elements. | |
ResolveReferenceType | Specifies the type of reference being resolved in the ICalculationReference.ResolveReference method. |