ShipmentOrderLinesToShipmentLinesFulfillmentQuantityBase Property |
Gets the quantity base measure.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Measure<Tuple<ShipmentOrderLine, StoreTransactionLine>, ShipmentLine> QuantityBase { get; }
Public ReadOnly Property QuantityBase As Measure(Of Tuple(Of ShipmentOrderLine, StoreTransactionLine), ShipmentLine)
Get
public:
property Measure<Tuple<ShipmentOrderLine^, StoreTransactionLine^>^, ShipmentLine^>^ QuantityBase {
Measure<Tuple<ShipmentOrderLine^, StoreTransactionLine^>^, ShipmentLine^>^ get ();
}
member QuantityBase : Measure<Tuple<ShipmentOrderLine, StoreTransactionLine>, ShipmentLine> with get
Property Value
Type:
MeasureTupleShipmentOrderLine,
StoreTransactionLine,
ShipmentLine
See Also