Click or drag to resize

ShipmentOrderLineQuantityBase Property

The equivalence of Quantity in the base measurement category of the product. [Unit: ParentSalesOrderLine.Product.BaseMeasurementCategory.BaseUnit] [Required]

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Quantity QuantityBase { get; set; }

Property Value

Type: Quantity

Implements

ILogisticsDocumentLineQuantityBase
See Also