Click or drag to resize

CompilationResultFunc Property

Gets the result function, which is set by the latest compilation. It evaluates to the result of running the compiled program.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<EntityObject, Object> ResultFunc { get; }

Property Value

Type: FuncEntityObject, Object
The result function.
See Also