Click or drag to resize

MeasurementUnitsRepositoryGetSystemMeasurementUnit Method

Gets the measurement unit for a specified system unit.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static MeasurementUnit GetSystemMeasurementUnit(
	ObjectTransaction transaction,
	MeasurementUnitsRepositorySystemUnit systemUnit
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The Enterprise One transaction.
systemUnit
Type: Aloe.EnterpriseOne.Model.GeneralMeasurementUnitsRepositorySystemUnit
The system unit.

Return Value

Type: MeasurementUnit
See Also