Class CleaningProcessItem
Item to clean in the process
Inheritance
System.Object
CleaningProcessItem
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 CleaningProcessItem
Properties
| Improve this Doc View SourceArticleGroupId
Gets or sets the allowed article group
Declaration
public Guid? ArticleGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ArticleId
Gets or sets the assigned article
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsBillable
Gets or sets if this item is billable
Declaration
public bool IsBillable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemName
Gets or sets the name of the item
Declaration
public string ItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
gets or sets the number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreOrderId
Gets or sets
Declaration
public Guid? PreOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Quantity
Gets or sets the quantity of the item
Declaration
public PreciseDecimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |