Class ProductionCounts
Production count information.
[DataContract]
public class ProductionCounts
- Inheritance
-
ProductionCounts
- Inherited Members
Properties
NumberProduced
Gets or sets the number of units that were successfully transitioned at Boxout to the Warehouse state.
[DataMember]
public int NumberProduced { get; set; }
Property Value
NumberScanned
Gets or sets the number of units that were scanned at final-check stations.
[DataMember]
public int NumberScanned { get; set; }
Property Value
ShiftDate
Gets or sets the current shift date.
[DataMember]
public DateTime ShiftDate { get; set; }
Property Value
ShiftNumber
Gets or sets the shift number.
[DataMember]
public byte ShiftNumber { get; set; }