Class CreateDailyTourEditorViewModel
Inheritance
System.Object
CreateDailyTourEditorViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CreateDailyTourEditorViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCreateDailyTourEditorViewModel()
Initializes a new instance of CreateDailyTourEditorViewModel
Declaration
public CreateDailyTourEditorViewModel()
Properties
| Improve this Doc View SourceCreateTours
Gets the CreateTour command
Declaration
public ICommand CreateTours { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Date
Gets or sets the Date
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Vehicles
Gets or sets the Vehicles
Declaration
public List<CreateDailyTourVehicleViewModel> Vehicles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CreateDailyTourVehicleViewModel> |
VehiclesView
Gets or sets the VehiclesView
Declaration
public CollectionViewSource VehiclesView { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
VehicleTypes
Gets or sets the VehicleTypes
Declaration
public List<CreateDailyTourVehicleTypeViewModel> VehicleTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CreateDailyTourVehicleTypeViewModel> |