Class ContactCleaningStationListViewModel
ViewModel for ContactCleaningStationListViewModel
Inheritance
System.Object
ContactCleaningStationListViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ContactCleaningStationListViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceContactCleaningStationListViewModel(ContactCleaningStationList, IContactCleaningStationListService, ICleaningStationListService)
Initializes a new instance of ContactCleaningStationListViewModel
Declaration
public ContactCleaningStationListViewModel(ContactCleaningStationList model, IContactCleaningStationListService contactCleaningStationListService, ICleaningStationListService cleaningStationListService)
Parameters
Type | Name | Description |
---|---|---|
ContactCleaningStationList | model | |
IContactCleaningStationListService | contactCleaningStationListService | |
ICleaningStationListService | cleaningStationListService |
Properties
| Improve this Doc View SourceCleaningStationList
Gets or sets the CleaningStationList
Declaration
public CleaningStationList CleaningStationList { get; set; }
Property Value
Type | Description |
---|---|
CleaningStationList |
CleaningStationListId
Gets or sets the CleaningStationListId
Declaration
public Guid CleaningStationListId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Contact
Gets or sets the Contact
Declaration
public SAC.Contact.Contact Contact { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
ContactId
Gets or sets the ContactId
Declaration
public Guid ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gest or sets the Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the Model
Declaration
public ContactCleaningStationList Model { get; set; }
Property Value
Type | Description |
---|---|
ContactCleaningStationList |