Click or drag to resize

ShipmentOrderLinesToStoreOrderLinesFulfillment Constructor

Initializes a new instance of the ShipmentOrderLinesToStoreOrderLinesFulfillment class.

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

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncShipmentOrderLine, StoreOrder
The get or create sub document.
See Also