Class Chamber
Inheritance
System.Object
Chamber
Implements
System.ICloneable
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.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public class Chamber : ICloneable
Constructors
| Improve this Doc View SourceChamber()
Initializes a new Instance of Chamber
Declaration
public Chamber()
Properties
| Improve this Doc View SourceAutoCompleteNames
Gets all used preproduct names
Declaration
public IList<string> AutoCompleteNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
CleaningPreOrderGuid
Gets or sets the ClenaingPreOrderGuid
Declaration
public Guid CleaningPreOrderGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CleaningProcessId
Gets or sets the cleaning process id
Declaration
public Guid? CleaningProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the Number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreProductOne
Gets or sets the PreProducOne
Declaration
public string PreProductOne { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreProductThree
Gets or sets the PreProductThree
Declaration
public string PreProductThree { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreProductTwo
Gets or sets the PreProductTwo
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 |
Methods
| Improve this Doc View SourceClone()
Make a copy of this chamber
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.ICloneable