Search Results for

    Show / Hide Table of Contents

    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 Source

    ShipmentWindowName

    Declaration
    public static string ShipmentWindowName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TransportOrderWindowName

    Declaration
    public static string TransportOrderWindowName
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    CreateShipmentWindow()

    Get shipment window instance

    Declaration
    public static IShipmentWindow CreateShipmentWindow()
    Returns
    Type Description
    IShipmentWindow

    Window instance

    | Improve this Doc View Source

    CreateTransportOrderWindow()

    Get transport order window instance

    Declaration
    public static ITransportOrderWindow CreateTransportOrderWindow()
    Returns
    Type Description
    ITransportOrderWindow

    Window instance

    | Improve this Doc View Source

    RegisterUI(IUnityContainer)

    Register UI components

    Declaration
    public static void RegisterUI(IUnityContainer container)
    Parameters
    Type Name Description
    IUnityContainer container

    Unity container

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx