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
Syntaxpublic CalculatedDataAttribute GetCalculatedDataAttribute()
Public Function GetCalculatedDataAttribute As CalculatedDataAttribute
public:
CalculatedDataAttribute^ GetCalculatedDataAttribute()
member GetCalculatedDataAttribute : unit -> CalculatedDataAttribute
Return Value
Type:
CalculatedDataAttribute
ExceptionsException | Condition |
---|
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