Class CleaningStationViewModel
Represents the view model for the cleaning station
Inheritance
System.Object
CleaningStationViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningStationViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceCleaningStationViewModel()
Constructor
Declaration
public CleaningStationViewModel()
Properties
| Improve this Doc View SourceAddInternalCleaningStation
Gets or sets the command to add a internal cleaning station
Declaration
public ICommand AddInternalCleaningStation { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
CleaningStationModel
Gets or sets the model
Declaration
public SAC.Contact.Contact CleaningStationModel { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
DisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |