Class CleaningProcessSeal
Contains the seal informations
Inheritance
System.Object
CleaningProcessSeal
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 CleaningProcessSeal
Properties
| Improve this Doc View SourceGuid
Gets or sets the uniwue id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ProcessId
Gets or sets the cleaning process id
Declaration
public Guid ProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SealNumber
Gets or sets the number of the seal
Declaration
public string SealNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |