Class ComponentScanInformation
Information about a component that should be scanned at a workstation.
[DataContract]
public class ComponentScanInformation : IExtensibleDataObject
- Inheritance
-
ComponentScanInformation
- Implements
- Inherited Members
Constructors
ComponentScanInformation()
Initializes a new instance of the ComponentScanInformation class.
public ComponentScanInformation()
Properties
AcceptableParts
Gets the list of acceptable parts for this component scan.
[DataMember]
public ICollection<Part> AcceptableParts { get; }
Property Value
ComponentType
Gets or sets the component type.
[DataMember]
public ComponentType ComponentType { get; set; }
Property Value
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }