IHostManufacturing Interface

Host to perform manufacturing processes.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IHostManufacturing

Properties

Views Manufacturing views.

Methods

AddLogisticInComponentAsync Add logistics in the production order component asynchronously.
AddLogisticInOrderAsync Add logistics of the manufactured item from the production order asynchronously.
AddProposeLogisticInComponentsAsync Add logistics proposals to the components of the indicated manufacturing orders asynchronously.
ChangeStatusManufacturingOrderAsync Change the status of the production order asynchronously.
CloseManufacturingOrderAsync Close the production order asynchronously.
DeleteManufacturingOrderAsync Delete manufacturing order asynchronously.
EndActivitiesAsync Activities in the list are finished asynchronously.
GetActivitiesInOrderAsync Get activities of the production order corresponding to a specific activity status is obtained asynchronously.
GetActivitiesPendingAsync Get pending activities that are related to the type and activity code indicated is obtained asynchronously.
GetManufacturingOrderAsync Get manufacturing order asynchronously.
RemoveLogisticInComponentsAsync Remove all logistics in the component from the production order asynchronously.
RemoveLogisticInOrderAsync Removes all logistics of the manufactured item from the production order asynchronously.
SetActivitiesAsync Add or update manufacturing activities asynchronously.
SetActivitiesInOrderAsync Adds, updates or deletes the production order activities corresponding to a specific activity status asynchronously.
SetManufacturingOrderAsync Save manufacturing order asynchronously.
StartActivitiesAsync Activities in the list are started asynchronously.
StartManufacturingOrderAsync Start the production order asynchronously.
UpdateLogisticInComponentAsync Updates the logistics in the production order component asynchronously.
UpdateLogisticInOrderAsync Updates the logistics of the manufactured item of the production order asynchronously.

See Also