ScriptedOperatorScript Property |
Gets the script.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Func<Expression, OperatorParameter[], Expression> Script { get; }
Public ReadOnly Property Script As Func(Of Expression, OperatorParameter(), Expression)
Get
public:
property Func<Expression^, array<OperatorParameter^>^, Expression^>^ Script {
Func<Expression^, array<OperatorParameter^>^, Expression^>^ get ();
}
member Script : Func<Expression, OperatorParameter[], Expression> with get
Property Value
Type:
FuncExpression,
OperatorParameter,
Expression
The script.
See Also