Click or drag to resize

BasePersistenceProviderAllCalculatedAttributes Property

Gets all calculated attributes.

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

Property Value

Type: IEnumerableCalculatedAttribute
All calculated attributes.
See Also