Class ContactCleaningListOverviewViewModel
Inheritance
System.Object
ContactCleaningListOverviewViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ContactCleaningListOverviewViewModel
Constructors
| Improve this Doc View SourceContactCleaningListOverviewViewModel(SAC.Contact.Contact)
Declaration
public ContactCleaningListOverviewViewModel(SAC.Contact.Contact contact)
Parameters
Type | Name | Description |
---|---|---|
SAC.Contact.Contact | contact |
Properties
| Improve this Doc View SourceContactCleaningProcedure
Gets or sets the ContactClenaingProcedure
Declaration
public ContactCleaningProcedureOverviewViewModel ContactCleaningProcedure { get; set; }
Property Value
Type | Description |
---|---|
ContactCleaningProcedureOverviewViewModel |
ContactCleaningStationList
Gets or sets the ContactCleanigStationList
Declaration
public ContactCleaningStationListOverviewViewModel ContactCleaningStationList { get; set; }
Property Value
Type | Description |
---|---|
ContactCleaningStationListOverviewViewModel |
ContactPreProductList
Gets or sets the ContactPreProductList
Declaration
public ContactPreProductListOverViewViewModel ContactPreProductList { get; set; }
Property Value
Type | Description |
---|---|
ContactPreProductListOverViewViewModel |
ContactTransportRequirementList
Gets or sets the ContactTransportRequirementList
Declaration
public ContactTransportRequirementListOverViewViewModel ContactTransportRequirementList { get; set; }
Property Value
Type | Description |
---|---|
ContactTransportRequirementListOverViewViewModel |
Methods
| Improve this Doc View SourceSave()
Saves all collections
Declaration
public void Save()