Class | Description | |
---|---|---|
C1Binding | A C1.Silverlight.Binding that supports formulas. | |
C1CalcEngine | Class that parses strings and returns Expression objects that can be evaluated. | |
C1StaticResource | A StaticResource that supports a path specification. | |
Expression | Base class that represents parsed expressions. | |
FunctionDefinition | Function definition class (keeps function name, parameter counts, and delegate). | |
PropertyChangedEventManager | Provides an implementation so that you can use the "weak event listener" pattern to attach listeners for the PropertyChanged event. | |
Tally | A class that aggregates values and provides summary statistics (including count, sum, average, standard deviation, and variance). | |
XObjectExpression | Expression that represents an external object. |
Interface | Description | |
---|---|---|
IValueObject | Interface supported by external objects that have to return a value other than themselves (e.g. a cell range object should return the cell content instead of the range itself). | |
IWeakEventListener | Provides event listening support for classes that expect to receive events through the WeakEvent pattern and a WeakEventManager. |
Delegate | Description | |
---|---|---|
CalcEngineFunction | Delegate that represents CalcEngine functions. |