Click or drag to resize

ShipmentOrderLinesToShipmentLinesFulfillment Constructor

Initializes a new instance of the ShipmentOrderLinesToShipmentLinesFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ShipmentOrderLinesToShipmentLinesFulfillment(
	EnterpriseOneTransaction transaction,
	Func<Tuple<ShipmentOrderLine, StoreTransactionLine>, Shipment> getOrCreateSubDocument
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncTupleShipmentOrderLine, StoreTransactionLine, Shipment
The get or create sub document.
See Also