Click or drag to resize

OperatorParameter Constructor

Initializes a new instance of the OperatorParameter class.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public OperatorParameter(
	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