Table of Contents

Class ComponentScanStartingMessage

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

The message raised by the IMessenger service when a component scan prompt is about to appear.

public class ComponentScanStartingMessage : UnitEventMessage
Inheritance
ComponentScanStartingMessage
Inherited Members

Constructors

ComponentScanStartingMessage(IUnitAtStation, string)

Initializes a new instance of the ComponentScanStartingMessage class.

public ComponentScanStartingMessage(IUnitAtStation unitAtStation, string componentTypeName)

Parameters

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

componentTypeName string

The component type name.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

componentTypeName is null.

Properties

ComponentTypeName

Gets the component type name.

public string ComponentTypeName { get; }

Property Value

string