Click or drag to resize

ShipmentOrderToShipmentDocumentGeneration Constructor

Initializes a new instance of the ShipmentOrderToShipmentDocumentGeneration class.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ShipmentOrderToShipmentDocumentGeneration(
	ShipmentOrder parentDocument,
	GenerationOptions options = null
)

Parameters

parentDocument
Type: Aloe.EnterpriseOne.Model.Logistics.ShipmentShipmentOrder
The parent document.
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also