Search Results for

    Show / Hide Table of Contents

    Class AutomaticShipmentDispositionEditor

    Interaction logic for CreateDailyTourEditor.xaml

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

    Constructors

    | Improve this Doc View Source

    AutomaticShipmentDispositionEditor(IList<Shipment>, Boolean)

    Declaration
    public AutomaticShipmentDispositionEditor(IList<Shipment> shipments, bool saveShipments)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Shipment> shipments
    System.Boolean saveShipments

    Properties

    | Improve this Doc View Source

    Save

    Gets or sets whether the data are saved

    Declaration
    public bool Save { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ViewModel

    Declaration
    public AutomaticShipmentDispositionViewModel ViewModel { get; }
    Property Value
    Type Description
    AutomaticShipmentDispositionViewModel

    Methods

    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx