Expression evaluation functionality.
Methods
|
Name |
Description |
|
ConstantAdd |
Add a Constant. |
|
ErrorSet |
Set an Error. |
|
Evaluate |
Evaluate an expression. |
|
EvaluateBoolean |
Evaluate an expression which is expected to return a Boolean value. |
|
EvaluateDate |
Evaluate an expression which is expected to return a Date value. |
|
EvaluateDateRange |
Evaluate an expression which is expected to return an ISDateRange value. |
|
EvaluateDecimal |
Evaluate an expression which is expected to return a Decimal value. |
|
EvaluateDouble |
Evaluate an expression which is expected to return a Double value. |
|
EvaluateInteger |
Evaluate an expression which is expected to return a Integer value. |
|
EvaluateNumberRange |
Evaluate an expression which is expected to return an ISNumberRange value. |
|
EvaluateString |
Evaluate an expression which is expected to return a String value. |
|
ValidateArguments |
Validate arguments being passed into a user-defined function. |
Properties
|
Name |
Description |
|
ErrorDetails Read-Only |
Details of any error that occurred during evaluation. |
|
ErrorMessage Read-Only |
The Error Message generated during a failed evaluation. |
|
ErrorPos Read-Only |
The character position at which an error occurred. |
|
ErrorType Read-Only |
The Error Type that occurred. |
|
ErrorTypeText Read-Only |
A description of the Error Type that occurred. |
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0