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
Syntaxpublic Func<EntityObject, Object> ResultFunc { get; }
Public ReadOnly Property ResultFunc As Func(Of EntityObject, Object)
Get
public:
property Func<EntityObject^, Object^>^ ResultFunc {
Func<EntityObject^, Object^>^ get ();
}
member ResultFunc : Func<EntityObject, Object> with get
Property Value
Type:
FuncEntityObject,
Object
The result function.
See Also