IHostServices Interface

Host execute services processes.

Definition

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

Properties

Views IHost Service views.

Methods

ChangeWorkOrderStatusAsync Change the status of the work report.
DeleteWorkOrderAsync Delete a work report asynchronously.
GenerateWorkOrderDocumentsAsync Generate the work report documents asynchronously.
GetWorkOrderAsync Obtains the information of the requested work report asynchronously.
SetWorkOrderAsync Adds or updates the work report information asynchronously.

See Also