Click or drag to resize

CalculatedAttributeGetCalculatingFunctionAndResultType Method

Gets the function, which calculates the value of the CalculatedAttribute. and the expression result type.

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> func, Type resultType) GetCalculatingFunctionAndResultType()

Return Value

Type: ValueTupleFuncEntityObject, Object, Type
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen there is error compiling the function.
See Also