Click or drag to resize

CalculatedAttributeGetCalculatedDataAttribute Method

Gets the calculated data attribute.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CalculatedDataAttribute GetCalculatedDataAttribute()

Return Value

Type: CalculatedDataAttribute
Exceptions
ExceptionCondition
InvalidOperationException Raised if the calculated attributed cannot be prepared. It cannot be prepared if it is not active, there is no default expression, cannot be compiled, etc.
See Also