Class ComponentScanInformation
Information about a component that should be scanned at a workstation.
[DataContract]
public class ComponentScanInformation
- Inheritance
-
ComponentScanInformation
- Inherited Members
Constructors
ComponentScanInformation(ComponentType)
Initializes a new instance of the ComponentScanInformation class.
public ComponentScanInformation(ComponentType componentType)
Parameters
componentTypeComponentTypeThe component type.
Exceptions
- ArgumentNullException
componentTypeis null.
Properties
AcceptableParts
Gets the list of acceptable parts for this component scan.
public IList<Part> AcceptableParts { get; }
Property Value
ComponentType
Gets the component type.
[DataMember]
public ComponentType ComponentType { get; }