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
unitAtStationIUnitAtStationThe IUnitAtStation representing the unit at the station.
componentTypeNamestringThe component type name.
Exceptions
- ArgumentNullException
unitAtStationis null.- ArgumentNullException
componentTypeNameis null.
Properties
ComponentTypeName
Gets the component type name.
public string ComponentTypeName { get; }