Class UIStatic
UI static methods
Inheritance
System.Object
UIStatic
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public static class UIStatic
Fields
| Improve this Doc View SourceShipmentWindowName
Declaration
public static string ShipmentWindowName
Field Value
Type | Description |
---|---|
System.String |
TransportOrderWindowName
Declaration
public static string TransportOrderWindowName
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCreateShipmentWindow()
Get shipment window instance
Declaration
public static IShipmentWindow CreateShipmentWindow()
Returns
Type | Description |
---|---|
IShipmentWindow | Window instance |
CreateTransportOrderWindow()
Get transport order window instance
Declaration
public static ITransportOrderWindow CreateTransportOrderWindow()
Returns
Type | Description |
---|---|
ITransportOrderWindow | Window instance |
RegisterUI(IUnityContainer)
Register UI components
Declaration
public static void RegisterUI(IUnityContainer container)
Parameters
Type | Name | Description |
---|---|---|
IUnityContainer | container | Unity container |