Click or drag to resize

AttributeOperatorParameter Constructor

Initializes a new instance of the class.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler.OperatorParameters
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public AttributeOperatorParameter(
	Operator containingOperator,
	string attributeName
)

Parameters

containingOperator
Type: Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperator
The containing operator.
attributeName
Type: SystemString
The name of the attribute.
See Also