| C1.Silverlight.Binding Namespace : C1CalcEngine Class |
The following tables list the members exposed by C1CalcEngine.
| Name | Description | |
|---|---|---|
![]() | C1CalcEngine Constructor | Initializes a new instance of a C1CalcEngine. |
| Name | Description | |
|---|---|---|
![]() | CacheExpressions | Gets or sets whether the calc engine should keep a cache with parsed expressions. |
![]() | CultureInfo | Gets or sets the CultureInfo to use when parsing numbers and dates. |
![]() | DataContext | Gets or sets the DataContext for this C1CalcEngine. |
![]() | Functions | Gets the dictionary that contains function definitions. |
![]() | IdentifierChars | Gets or sets a string that specifies special characters that are valid for identifiers. |
![]() | OptimizeExpressions | Gets or sets whether the calc engine should optimize expressions when they are parsed. |
![]() | Variables | Gets the dictionary that contains simple variables (not in the DataContext). |
| Name | Description | |
|---|---|---|
![]() | Evaluate | Evaluates a string. |
![]() | GetExternalObject | Gets an external object based on an identifier. |
![]() | Parse | Parses a string into an Expression. |
![]() | RegisterFunction | Overloaded. Registers a function that can be evaluated by this C1CalcEngine. |