Search Results for

    Show / Hide Table of Contents

    Interface IShipmentWindow

    Shipment window interface

    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface IShipmentWindow

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataCotnext as ShipmentViewModel

    Declaration
    ShipmentViewModel Current { get; }
    Property Value
    Type Description
    ShipmentViewModel

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    void Close()
    | Improve this Doc View Source

    Edit(IList<Shipment>)

    Edit a shipment by shipment objects

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

    EditByGuids(IList<Guid>)

    Edit a shipment by shipment guids

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

    List of ids

    | Improve this Doc View Source

    ForceEditViewModel(ShipmentViewModel)

    Open the ui with the given viewmodel and force to not reload any data

    Declaration
    void ForceEditViewModel(ShipmentViewModel model)
    Parameters
    Type Name Description
    ShipmentViewModel model

    Model to show

    | Improve this Doc View Source

    New(Shipment)

    Create new shipment

    Declaration
    void New(Shipment shipment)
    Parameters
    Type Name Description
    Shipment shipment

    Shipment instance

    | Improve this Doc View Source

    Show()

    Show window as none modal window

    Declaration
    void Show()
    | Improve this Doc View Source

    ShowDialog()

    Show window as modal window

    Declaration
    bool? ShowDialog()
    Returns
    Type Description
    System.Nullable<System.Boolean>

    Dialog result

    | Improve this Doc View Source

    ViewByGuids(IList<Guid>)

    View a shipment by shipment guids

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

    List of ids

    Events

    | Improve this Doc View Source

    Closed

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