Class CleaningPreOrderChamberViewModel
Inheritance
System.Object
CleaningPreOrderChamberViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningPreOrderChamberViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningPreOrderChamberViewModel(Chamber)
Initializes a new instance of CleaningPreOrderChamberViewModel
Declaration
public CleaningPreOrderChamberViewModel(Chamber chamber)
Parameters
Type | Name | Description |
---|---|---|
Chamber | chamber | The model |
Properties
| Improve this Doc View SourceCleaningPreOrderGuid
Gets or sets the CleaningPreOrderGuid
Declaration
public Guid CleaningPreOrderGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the model
Declaration
public Chamber Model { get; set; }
Property Value
Type | Description |
---|---|
Chamber |
Number
Gets or sets the Number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreProductOne
Gets or sets the most recent preProduct
Declaration
public string PreProductOne { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreProductThree
Gets or sets the third last PreProduct
Declaration
public string PreProductThree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreProductTwo
Gets or sets the second last preProduct
Declaration
public string PreProductTwo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleGuid
Gets or sets the VehicleGuid
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |