Search Results for

    Show / Hide Table of Contents

    Class ShipmentWindow

    Interaction logic for ShipmentWindow.xaml

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

    Constructors

    | Improve this Doc View Source

    ShipmentWindow()

    Declaration
    public ShipmentWindow()

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataCotnext as ShipmentViewModel

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

    Methods

    | Improve this Doc View Source

    Edit(IList<Shipment>)

    Edit a shipment by shipment objects

    Declaration
    public 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
    public 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
    public void ForceEditViewModel(ShipmentViewModel model)
    Parameters
    Type Name Description
    ShipmentViewModel model

    Model to show

    | Improve this Doc View Source

    New(Shipment)

    Create new shipment

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

    Shipment instance

    | 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

    OnDocumentArchived(Guid)

    Declaration
    protected override void OnDocumentArchived(Guid documentId)
    Parameters
    Type Name Description
    System.Guid documentId
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Open contact

    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

    ViewByGuids(IList<Guid>)

    View a shipment by shipment guids

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

    List of ids

    Implements

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