Interface IStationSettings
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Station configuration settings.
public interface IStationSettings
Properties
IsDefectsEntryConfigured
Gets whether this station type is configured to allow defects/repairs entry.
bool IsDefectsEntryConfigured { get; }
Property Value
StationComponents
Gets the list of station component settings for the component types that this station is responsible for scanning.
IEnumerable<IStationComponent> StationComponents { get; }
Property Value
Remarks
If the list is empty, component verification is disabled for this station. Note that not every unit will require every one of these components to be scanned.