Click or drag to resize

InputOperatorParameter 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 InputOperatorParameter(
	Operator containingOperator,
	string stringValue
)

Parameters

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