Class CleaningStationViewModel
ViewModel for ClenaingStation
Inheritance
System.Object
CleaningStationViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningStationViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningStationViewModel(CleaningStation)
Initializes a new instance of CleaningStation
Declaration
public CleaningStationViewModel(CleaningStation cleainingStation)
Parameters
Type | Name | Description |
---|---|---|
CleaningStation | cleainingStation |
Properties
| Improve this Doc View SourceContactId
Gets or sets the ContactId
Declaration
public Guid ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContactInstance
Gets or sets the ContactInstance
Declaration
public SAC.Contact.Contact ContactInstance { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
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 CleaningStation Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningStation |
VehicleTypes
Gets a list of VehicleTypes
Declaration
public ObservableCollection<VehicleType> VehicleTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<VehicleType> |