Name | Description | |
---|---|---|
C1CalcEngine Constructor | Overloaded. |
The following tables list the members exposed by C1CalcEngine.
Name | Description | |
---|---|---|
C1CalcEngine Constructor | Overloaded. |
Name | Description | |
---|---|---|
CultureInfo | Gets or sets the CultureInfo to use when parsing numbers and dates. | |
CurrentIndex | Gets or sets the index of the entry from data source. | |
DataSource | Gets or sets the object used as the data source. | |
Engine | Gets or sets current IEngine. | |
EngineExtended | Gets the IEngineExtended object when the current IEngine implements it. | |
Expression | Gets or sets expression string. | |
IsValid | Gets a value that indicates whether the expression is valid. |
Name | Description | |
---|---|---|
AddAlias | Adds an alias for a field from DataSource. | |
AddFunction | Adds a custom function. | |
AddVariable | ||
Evaluate | Gets a result of expression. | |
GetErrors | Gets a enumerator of ErrorInfo objects. | |
GetExpressionItems | Gets a enumerator of ExpressionItem of the current context. | |
TryAddAlias | ||
TryEvaluate | Gets a result of expression. A return value indicates whether the evaluate succeeded or failed. |