Click or drag to resize

OperatorParameterGetValueExpression Method

Gets the parameter as expression, which returns the value.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Expression GetValueExpression(
	Expression input
)

Parameters

input
Type: System.Linq.ExpressionsExpression
The input object for the parameter.

Return Value

Type: Expression
Expression, which returns the value of the parameter.
See Also