QuantityDataAttributeTObjectUnitGetter Property |
Gets the unit getter.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Func<TObject, MeasurementUnit> UnitGetter { get; }
Public ReadOnly Property UnitGetter As Func(Of TObject, MeasurementUnit)
Get
public:
property Func<TObject, MeasurementUnit^>^ UnitGetter {
Func<TObject, MeasurementUnit^>^ get ();
}
member UnitGetter : Func<'TObject, MeasurementUnit> with get
Property Value
Type:
FuncTObject,
MeasurementUnit
The unit getter.
See Also