IHostManufacturingViewsShowManufacturingOrders Method

Displays the list the type of manufacturing orders indicated.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowManufacturingOrders(
	ManufacturingOrderStatus status,
	string title = null,
	string condition = null
)

Parameters

status  ManufacturingOrderStatus
ManufacturingOrderStatus with the status to show (pending, started or closed).
title  String  (Optional)
Title of the list
condition  String  (Optional)
Condition of the list

See Also