Class SubassemblyScanStatus
Status information about a subassembly scan.
[DataContract]
public class SubassemblyScanStatus
- Inheritance
-
SubassemblyScanStatus
- Inherited Members
Constructors
SubassemblyScanStatus()
public SubassemblyScanStatus()
Properties
AlertMessages
Gets the list of alert messages that should be displayed at the workstation.
public IList<string> AlertMessages { get; }
Property Value
Remarks
This has been replaced by Alerts. This continues to exist for old clients.
Alerts
Gets the list of alerts that should be displayed at the workstation.
public IList<Alert> Alerts { get; }
Property Value
Remarks
This replaces AlertMessages, which continues to exist for old clients.
ApplicableComponentTypes
Gets the list of component types that apply to this subassembly.
public IList<ComponentType> ApplicableComponentTypes { get; }
Property Value
Remarks
This list may be a subset of the total list of components that the station type is supposed to handle, since the components can be configured to only apply to particular models.
WorkerLogOnStatus
Gets or sets worker station status information when a shift change causes the worker station identifier used in the original call to change, or null if there was no change.
[DataMember]
public WorkerLogOnStatus? WorkerLogOnStatus { get; set; }