Compilation Class |
Namespace: Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
The Compilation type exposes the following members.
| Name | Description | |
|---|---|---|
| Compilation |
Initializes a new instance of the Compilation class.
|
| Name | Description | |
|---|---|---|
| CalculatedAttributeName |
Calculate attribute that initiated the compilation
| |
| InputObjectType |
Gets the type of the input object.
| |
| Operators |
Gets the operators.
| |
| ResultFunc |
Gets the result function, which is set by the latest compilation.
It evaluates to the result of running the compiled program.
| |
| ResultType |
Type of the compiled function's result
| |
| StartingOperatorNo |
Gets the starting operator number.
| |
| Transaction |
Gets the transaction.
|
| Name | Description | |
|---|---|---|
| Compile |
Compiles the operators and sets the compiled function to ResultFunc.
| |
| GetExpression |
Builds and returns the expression, representing the whole compilation.
| |
| GetOperatorByNo |
Gets operator by its number.
|