IHostManufacturingViewsAddManufacturingOrder Method

Add a new manufacturing order.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddManufacturingOrder(
	ManufacturingOrder order,
	bool isActive = true
)

Parameters

order  ManufacturingOrder
ManufacturingOrder with the manufacturing order.
isActive  Boolean  (Optional)
Indicates whether the view is active at startup.

See Also