Click or drag to resize

EnterpriseOneEntityRepositoryCalculatedAttributes Property

Gets the calculated attributes.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<CalculatedDataAttribute> CalculatedAttributes { get; }

Property Value

Type: IEnumerableCalculatedDataAttribute
The calculated attributes.
See Also