Search Results for

    Show / Hide Table of Contents

    Class TruckSchedulingViewModel

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

    Constructors

    | Improve this Doc View Source

    TruckSchedulingViewModel()

    Declaration
    public TruckSchedulingViewModel()

    Properties

    | Improve this Doc View Source

    AbsenceVisibility

    Gets or sets the absence list box visibility

    Declaration
    public Visibility AbsenceVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    AllDrivers

    Declaration
    public IList<TruckSchedulingDriver> AllDrivers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TruckSchedulingDriver>
    | Improve this Doc View Source

    AllTrailers

    Declaration
    public IList<TruckSchedulingTrailer> AllTrailers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TruckSchedulingTrailer>
    | Improve this Doc View Source

    AllTrucks

    Declaration
    public IList<TruckSchedulingTruck> AllTrucks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TruckSchedulingTruck>
    | Improve this Doc View Source

    CopyConfigurationCommand

    Declaration
    public ICommand CopyConfigurationCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    CurrentDate

    Gets or sets the currently selected date for vehicle planning

    Declaration
    public DateTime CurrentDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DateTimeMoveLeftCommand

    Declaration
    public ICommand DateTimeMoveLeftCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    DateTimeMoveRightCommand

    Declaration
    public ICommand DateTimeMoveRightCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    DefaultConfiguration

    Declaration
    public VehiclePlanerDayViewModel DefaultConfiguration { get; }
    Property Value
    Type Description
    VehiclePlanerDayViewModel
    | Improve this Doc View Source

    Departments

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

    DepartmentsView

    Declaration
    public CollectionViewSource DepartmentsView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    DriverAbsence

    Declaration
    public IList<Guid> DriverAbsence { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Guid>
    | Improve this Doc View Source

    DriverActivities

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

    Drivers

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

    DriversAbsenceView

    Gets the driver absence view

    Declaration
    public CollectionViewSource DriversAbsenceView { get; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    DriversView

    Gets the drivers view

    Declaration
    public CollectionViewSource DriversView { get; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    InActiveDepartmentsView

    Declaration
    public CollectionViewSource InActiveDepartmentsView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    IsInPlanningMode

    Gets or sets whether the ui is in planning mode

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

    PlannedDates

    Declaration
    public IDictionary<DateTime, VehiclePlanerDayViewModel> PlannedDates { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.DateTime, VehiclePlanerDayViewModel>
    | Improve this Doc View Source

    RegularDriversView

    Gets the drivers view

    Declaration
    public CollectionViewSource RegularDriversView { get; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    RestoreDateCommand

    Declaration
    public ICommand RestoreDateCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Trailers

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

    TrailersView

    Gets the traielrs view

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

    Methods

    | Improve this Doc View Source

    PrepareSaving()

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