Click or drag to resize

CalculatedAttributeGetCalculatingFunction Method

Gets the function, which calculates the value of the CalculatedAttribute.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<EntityObject, Object> GetCalculatingFunction()

Return Value

Type: FuncEntityObject, Object
Exceptions
ExceptionCondition
InvalidOperationException When there is error compiling the function.
See Also