Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Compilation(
string calculatedAttributeName,
ObjectTransaction transaction,
int startingOperatorNo,
Type inputObjectType
)
Public Sub New (
calculatedAttributeName As String,
transaction As ObjectTransaction,
startingOperatorNo As Integer,
inputObjectType As Type
)
public:
Compilation(
String^ calculatedAttributeName,
ObjectTransaction^ transaction,
int startingOperatorNo,
Type^ inputObjectType
)
new :
calculatedAttributeName : string *
transaction : ObjectTransaction *
startingOperatorNo : int *
inputObjectType : Type -> Compilation
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