Table of Contents

Class ComponentScanInformation

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

componentType ComponentType

The component type.

Exceptions

ArgumentNullException

componentType is null.

Properties

AcceptableParts

Gets the list of acceptable parts for this component scan.

public IList<Part> AcceptableParts { get; }

Property Value

IList<Part>

ComponentType

Gets the component type.

[DataMember]
public ComponentType ComponentType { get; }

Property Value

ComponentType