Class CleaningProcess
Cleaning process data
Inheritance
System.Object
CleaningProcess
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 CleaningProcess
Constructors
| Improve this Doc View SourceCleaningProcess()
Constructor
Declaration
public CleaningProcess()
Properties
| Improve this Doc View SourceChambers
Gets or sets the Chamberlist
Declaration
public StatefulCollection<Chamber> Chambers { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<Chamber> |
CleanerId
Gets or sets the employee id from the cleaner
Declaration
public long? CleanerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
CleaningBegin
Gets or sets the process start
Declaration
public DateTime CleaningBegin { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CleaningEnd
Gets or sets the process End
Declaration
public DateTime? CleaningEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Codes
Gets the assigned codes
Declaration
public StatefulCollection<CleaningProcessCode> Codes { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningProcessCode> |
CreateDateTime
Gets or sets the CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserId
Gets or sets the CreateUserId
Declaration
public int CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EditorId
Gets or sets the employee id from the editor.
Declaration
public long? EditorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Items
Gets the list of the items to clean
Declaration
public StatefulCollection<CleaningProcessItem> Items { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningProcessItem> |
Measurements
Gets the available measurements
Declaration
public StatefulCollection<CleaningMeasurement> Measurements { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningMeasurement> |
PreOrder
Gets or sets the assigned pre order
Declaration
public CleaningPreOrder PreOrder { get; set; }
Property Value
Type | Description |
---|---|
CleaningPreOrder |
PreOrderId
Gets or sets the cleaning pre order id
Declaration
public Guid PreOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ProcessNumber
Gets or sets the number of the process
Declaration
public string ProcessNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Seals
Gets the assigned seals
Declaration
public StatefulCollection<CleaningProcessSeal> Seals { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningProcessSeal> |
UpdateDateTime
Gets or sets the UpdateDateTime
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateUserId
Gets or sets the UpdateUserId
Declaration
public int UpdateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Values
Gets the available values
Declaration
public StatefulCollection<CleaningProcessValue> Values { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningProcessValue> |
Methods
| Improve this Doc View SourceLockNoException()
Lock the current process and catch the lock exception
Declaration
public bool LockNoException()
Returns
Type | Description |
---|---|
System.Boolean | True if the process could be locked |
ReleaseDbLock()
Release the lock
Declaration
public void ReleaseDbLock()