Table of Contents

Class ProductionCounts

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

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

int

NumberScanned

Gets or sets the number of units that were scanned at final-check stations.

[DataMember]
public int NumberScanned { get; set; }

Property Value

int

ShiftDate

Gets or sets the current shift date.

[DataMember]
public DateTime ShiftDate { get; set; }

Property Value

DateTime

ShiftNumber

Gets or sets the shift number.

[DataMember]
public byte ShiftNumber { get; set; }

Property Value

byte