Click or drag to resize

SalesOrderLinesToShipmentOrderLinesFulfillment Constructor

Initializes a new instance of the SalesOrderLinesToShipmentOrderLinesFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public SalesOrderLinesToShipmentOrderLinesFulfillment(
	EnterpriseOneTransaction transaction,
	Func<SalesOrderLine, ShipmentOrder> getOrCreateSubDocument
)

Parameters

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