Class TruckSchedulingViewModel
Inheritance
System.Object
TruckSchedulingViewModel
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
|
Improve this Doc
View Source
AllTrailers
Declaration
public IList<TruckSchedulingTrailer> AllTrailers { get; set; }
Property Value
|
Improve this Doc
View Source
AllTrucks
Declaration
public IList<TruckSchedulingTruck> AllTrucks { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Departments
Declaration
public ObservableCollection<TruckDepartmentViewModel> Departments { get; }
Property Value
|
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
|
Improve this Doc
View Source
Drivers
Declaration
public ObservableCollection<TruckSchedulingDriver> Drivers { get; }
Property Value
|
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
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
|
Improve this Doc
View Source
RegularDriversView
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
|
Improve this Doc
View Source
TrailersView
Declaration
public CollectionViewSource TrailersView { get; }
Property Value
Type |
Description |
System.Windows.Data.CollectionViewSource |
|
Methods
|
Improve this Doc
View Source
PrepareSaving()
Declaration
public void PrepareSaving()