Click or drag to resize

Compilation Class

Represents one operator program and compilation.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerCompilation

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class Compilation

The Compilation type exposes the following members.

Constructors
  NameDescription
Public methodCompilation
Initializes a new instance of the Compilation class.
Top
Properties
  NameDescription
Public propertyCalculatedAttributeName
Calculate attribute that initiated the compilation
Public propertyInputObjectType
Gets the type of the input object.
Public propertyOperators
Gets the operators.
Public propertyResultFunc
Gets the result function, which is set by the latest compilation. It evaluates to the result of running the compiled program.
Public propertyResultType
Type of the compiled function's result
Public propertyStartingOperatorNo
Gets the starting operator number.
Public propertyTransaction
Gets the transaction.
Top
Methods
  NameDescription
Public methodCompile
Compiles the operators and sets the compiled function to ResultFunc.
Public methodGetExpression
Builds and returns the expression, representing the whole compilation.
Public methodGetOperatorByNo
Gets operator by its number.
Top
See Also