Search Results for

    Show / Hide Table of Contents

    Class CopyShipmentWindow

    Interaction logic for CopyShipmentWindow.xaml

    Inheritance
    System.Object
    CopyShipmentWindow
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CopyShipmentWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    CopyShipmentWindow(Guid, TransportOrderViewModel)

    Initialize new template window. The shipments will not be saved directly. They will be added to the transport order viewmodel.

    Declaration
    public CopyShipmentWindow(Guid shipmentId, TransportOrderViewModel transportOrderViewModel)
    Parameters
    Type Name Description
    System.Guid shipmentId
    TransportOrderViewModel transportOrderViewModel
    | Improve this Doc View Source

    CopyShipmentWindow(Guid, Boolean)

    Declaration
    public CopyShipmentWindow(Guid shipmentId, bool copyTours)
    Parameters
    Type Name Description
    System.Guid shipmentId
    System.Boolean copyTours

    Properties

    | Improve this Doc View Source

    Current

    Gets the current data context as CopyShipmentViewModel

    Declaration
    public CopyShipmentViewModel Current { get; }
    Property Value
    Type Description
    CopyShipmentViewModel

    Methods

    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Copy shipment

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e

    Events

    | Improve this Doc View Source

    ShipmentsCreated

    Declaration
    public event EventHandler<ShipmentCreatedEventArgs> ShipmentsCreated
    Event Type
    Type Description
    System.EventHandler<ShipmentCreatedEventArgs>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx