Operator Class |
Namespace: Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
The Operator type exposes the following members.
| Name | Description | |
|---|---|---|
| Compilation |
Gets or sets the compilation to which this operator belongs.
| |
| Input |
Gets or sets the expression representing the input object.
| |
| Name |
Gets the name.
| |
| OperatorNo |
Gets the operator no within the compilation.
| |
| Parameters |
Gets or sets the parameters.
| |
| Result |
Gets the result expression, set by the latest compilation.
It represents the operator, applied over the input object and parameters.
|
| Name | Description | |
|---|---|---|
| Compile |
Compiles this operator and sets the result in Result.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |