Search Results for

    Show / Hide Table of Contents

    Class AutomaticShipmentDispositionViewModel

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

    Constructors

    | Improve this Doc View Source

    AutomaticShipmentDispositionViewModel(IList<Shipment>)

    Declaration
    public AutomaticShipmentDispositionViewModel(IList<Shipment> shipments)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Shipment> shipments

    Properties

    | Improve this Doc View Source

    AddToExistingTours

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

    OrderTypes

    Gets or sets a list of order types

    Declaration
    public ObservableCollection<AutomaticShipmentDispositionOrderTypeViewModel> OrderTypes { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<AutomaticShipmentDispositionOrderTypeViewModel>
    | Improve this Doc View Source

    SelectedOrderType

    Gets or sets the selected order type

    Declaration
    public AutomaticShipmentDispositionOrderTypeViewModel SelectedOrderType { get; set; }
    Property Value
    Type Description
    AutomaticShipmentDispositionOrderTypeViewModel
    | Improve this Doc View Source

    SelectedVehicleCount

    Declaration
    public int SelectedVehicleCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Shipments

    Declaration
    public ObservableCollection<AutomaticShipmentDispositionShipmentViewModel> Shipments { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<AutomaticShipmentDispositionShipmentViewModel>
    | Improve this Doc View Source

    Tours

    Declaration
    public ObservableCollection<AutomaticShipmentDispositionTourViewModel> Tours { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<AutomaticShipmentDispositionTourViewModel>
    | Improve this Doc View Source

    TransportOrders

    Gets or sets a list of transport orders

    Declaration
    public ObservableCollection<TransportOrder> TransportOrders { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TransportOrder>
    | Improve this Doc View Source

    VehicleFilterText

    Gets or sets the vehicle text

    Declaration
    public string VehicleFilterText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Vehicles

    Gets or sets the Vehicles

    Declaration
    public List<AutomaticShipmentDispositionVehicleViewModel> Vehicles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AutomaticShipmentDispositionVehicleViewModel>
    | Improve this Doc View Source

    VehiclesView

    Gets or sets the VehiclesView

    Declaration
    public CollectionViewSource VehiclesView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource

    Methods

    | Improve this Doc View Source

    CreateTours()

    Create tours

    Declaration
    public void CreateTours()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx