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
Syntaxpublic IEnumerable<CalculatedAttribute> AllCalculatedAttributes { get; }
Public ReadOnly Property AllCalculatedAttributes As IEnumerable(Of CalculatedAttribute)
Get
public:
property IEnumerable<CalculatedAttribute^>^ AllCalculatedAttributes {
IEnumerable<CalculatedAttribute^>^ get ();
}
member AllCalculatedAttributes : IEnumerable<CalculatedAttribute> with get
Property Value
Type:
IEnumerableCalculatedAttribute
All calculated attributes.
See Also