Interface IUnitProductionQueueModelGroup
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
A unit production queue model group.
public interface IUnitProductionQueueModelGroup : INotifyPropertyChanged
- Inherited Members
Properties
Count
Gets or sets the count.
int Count { get; set; }
Property Value
Remarks
This has a setter for backwards-compatibility, but Acuit Pinpoint will never use it.
ModelNumber
Gets or sets the model number.
string ModelNumber { get; set; }
Property Value
Remarks
This has a setter for backwards-compatibility, but Acuit Pinpoint will never use it.