Click or drag to resize

Compilation Constructor

Initializes a new instance of the Compilation class.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Compilation(
	string calculatedAttributeName,
	ObjectTransaction transaction,
	int startingOperatorNo,
	Type inputObjectType
)

Parameters

calculatedAttributeName
Type: SystemString
Name of the calculated attribute that initiated the compilation
transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
startingOperatorNo
Type: SystemInt32
The starting operator number.
inputObjectType
Type: SystemType
Type of the input object.
See Also