Class CleaningCode
Class to represent a CleaningCode
Inheritance
System.Object
CleaningCode
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 CleaningCode
Properties
| Improve this Doc View SourceArticleId
Gets or sets the assigned article id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CertificateAssignment
Gets or sets the assignment to a part of the certificate
Declaration
public int? CertificateAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Code
Gets or sets the Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValue
Gets or sets the DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDefault
Gets or sets the default flag
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMeasurement
Gets or sets whether a measurement is to do
Declaration
public bool IsMeasurement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
QuantityUnit
Gets or sets the QuantityUnit
Declaration
public string QuantityUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |