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