Search Results for

    Show / Hide Table of Contents

    Class TransportOrderEditor

    Interaction logic for TransportOrderEditor.xaml

    Inheritance
    System.Object
    TransportOrderEditor
    Implements
    ITransportOrderWindow
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TransportOrderEditor : StackBasedWindow, ITransportOrderWindow

    Constructors

    | Improve this Doc View Source

    TransportOrderEditor()

    Declaration
    public TransportOrderEditor()

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataCotnext as

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

    Methods

    | Improve this Doc View Source

    EditByShipmentGuids(IList<Guid>)

    Edit a shipment by shipment guids

    Declaration
    public void EditByShipmentGuids(IList<Guid> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> ids

    List of ids

    | Improve this Doc View Source

    EditByShipments(IList<Shipment>)

    Edit a shipment by shipment objects

    Declaration
    public void EditByShipments(IList<Shipment> shipments)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Shipment> shipments
    | Improve this Doc View Source

    EditByTransportOrderGuids(IList<Guid>)

    Declaration
    public void EditByTransportOrderGuids(IList<Guid> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> ids
    | Improve this Doc View Source

    ForceEditViewModel(TransportOrderViewModel)

    Declaration
    public void ForceEditViewModel(TransportOrderViewModel model)
    Parameters
    Type Name Description
    TransportOrderViewModel model
    | Improve this Doc View Source

    New(TransportOrder)

    Create new shipment

    Declaration
    public void New(TransportOrder transportOrder)
    Parameters
    Type Name Description
    TransportOrder transportOrder
    | Improve this Doc View Source

    OnClosing(CancelEventArgs)

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e
    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete contact

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Open transportOrder

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save contact

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    | Improve this Doc View Source

    ViewByIds(IList<Guid>)

    Opens the transportorders in view mode

    Declaration
    public void ViewByIds(IList<Guid> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> ids

    List of transport order ids

    Implements

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