Class CleaningStationListViewModel
ViewModel for CleaningStationList
Inheritance
System.Object
CleaningStationListViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningStationListViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningStationListViewModel(CleaningStationList, ICleaningStationListService)
Initializes a new instance of CleaningStationViewModel
Declaration
public CleaningStationListViewModel(CleaningStationList cleaningStationList, ICleaningStationListService cleaningStationListService)
Parameters
Type | Name | Description |
---|---|---|
CleaningStationList | cleaningStationList | |
ICleaningStationListService | cleaningStationListService |
Properties
| Improve this Doc View SourceAddButtonClick
Gets the AddButtonClick command
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
AllCleaningVehicleTypes
Gets the list of AllCleaningVehicleTypes
Declaration
public ObservableCollection<VehicleType> AllCleaningVehicleTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<VehicleType> |
CleaningStations
Gets the ClenaingStations
Declaration
public ObservableCollection<CleaningStationViewModel> CleaningStations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CleaningStationViewModel> |
Id
Gets or sets the Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the model
Declaration
public CleaningStationList Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningStationList |
Name
Gets or sets the Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the Number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemoveButtonClick
Gets the RemoveButtonClick command
Declaration
public ICommand RemoveButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |