Class VehiclePlanerDayViewModel
Vehicle planer planning day view model
Inheritance
System.Object
VehiclePlanerDayViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehiclePlanerDayViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceVehiclePlanerDayViewModel()
Declaration
public VehiclePlanerDayViewModel()
Properties
| Improve this Doc View SourceDepartments
Declaration
public IList<TruckDepartmentViewModel> Departments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TruckDepartmentViewModel> |
Drivers
Declaration
public IList<TruckSchedulingDriver> Drivers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TruckSchedulingDriver> |
Trailers
Declaration
public IList<TruckSchedulingTrailer> Trailers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TruckSchedulingTrailer> |