Click or drag to resize

OperatorParameterInput Property

Gets the last used input expression, as set by the latest compilation. It represents the object over which the value of the parameter is calculated.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Expression Input { get; }

Property Value

Type: Expression
The input.
See Also