Interface IStationComponent
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Component verification configuration settings for a single component type that a station needs to operate.
public interface IStationComponent
Properties
ComponentType
Gets the component type.
IComponentType ComponentType { get; }
Property Value
MergePreassembly
Gets whether this component scan should merge an existing preassembly.
bool MergePreassembly { get; }
Property Value
PreassemblyComponentTypes
Gets the list of component types that make up the preassembly, when this is a preassembly merge scan.
IEnumerable<IComponentType> PreassemblyComponentTypes { get; }
Property Value
PromptAtUnitScan
Gets whether the workstation should automatically prompt for scanning this component upon a unit scan.
bool PromptAtUnitScan { get; }
Property Value
SkipPromptIfHaveValid
Gets whether the workstation should skip the prompt for scanning this component upon a unit scan if it already has a valid scan for this component in the unit record.
bool SkipPromptIfHaveValid { get; }