Class ContactOverviewViewModel
ViewModel for the contact overview tab.
Inheritance
System.Object
ContactOverviewViewModel
Namespace: Simplic.PlugIn.Logistics.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ContactOverviewViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceContactOverviewViewModel(TelematicWorkflowContactConfiguration, ContactCleaningInformation)
Initializes a new instance of ContactOverviewViewModel.
Declaration
public ContactOverviewViewModel(TelematicWorkflowContactConfiguration telematicWorkflowContactConfiguration, ContactCleaningInformation contactCleaingInformation)
Parameters
Type | Name | Description |
---|---|---|
TelematicWorkflowContactConfiguration | telematicWorkflowContactConfiguration | An instance of TelematicWorkflowContactConfiguration. |
ContactCleaningInformation | contactCleaingInformation | An instance of ContactCleaningInformation. |
Properties
| Improve this Doc View SourceContactCleaningInformation
Gets the contact cleaning station information.
Declaration
public ContactCleaningInformation ContactCleaningInformation { get; }
Property Value
Type | Description |
---|---|
ContactCleaningInformation |
ContactId
Gets or sets the ContactId
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
CustomerProcedureId
Gets or sets the customer procedure id.
The id references a CleaningProcedure.
Declaration
public Guid? CustomerProcedureId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TelematicLoadWorkflowId
Gets or sets the TelematicLoadWorkflowId
Declaration
public Guid? TelematicLoadWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TelematicUnloadWorkflowId
Gets or sets the TelematicWorkflowId
Declaration
public Guid? TelematicUnloadWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TelematicWorkflowContactConfiguration
Gets the TelematicWorkflowContactConfiguration
Declaration
public TelematicWorkflowContactConfiguration TelematicWorkflowContactConfiguration { get; }
Property Value
Type | Description |
---|---|
TelematicWorkflowContactConfiguration |