Click or drag to resize

AmountDataAttributeTObjectCurrencyGetter Property

Gets the unit getter.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<TObject, Currency> CurrencyGetter { get; }

Property Value

Type: FuncTObject, Currency
The unit getter.
See Also