Click or drag to resize

ServiceActivityMaterialsToStoreOrderLinesFulfillment Constructor

Initializes a new instance of the ServiceActivityMaterialsToStoreOrderLinesFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ServiceActivityMaterialsToStoreOrderLinesFulfillment(
	EnterpriseOneTransaction transaction,
	bool includeOnlyGuaranteeItems,
	Func<ServiceActivityMaterial, StoreOrder> getOrCreateSubDocument
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
includeOnlyGuaranteeItems
Type: SystemBoolean
if set to true [include only guarantee items].
getOrCreateSubDocument
Type: SystemFuncServiceActivityMaterial, StoreOrder
The get or create sub-document function.
See Also