Click or drag to resize

ConstantOperatorParameter 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 ConstantOperatorParameter(
	Operator containingOperator,
	string constValue
)

Parameters

containingOperator
Type: Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperator
The containing operator.
constValue
Type: SystemString
The string representation of the constant.
See Also