Table of Contents

Class UnitTestOverriddenMessage

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

The message raised by the IMessenger service when a failed test is overridden for a unit at the station.

public class UnitTestOverriddenMessage : UnitEventMessage
Inheritance
UnitTestOverriddenMessage
Inherited Members

Constructors

UnitTestOverriddenMessage(IUnitAtStation, Override)

Initializes a new instance of the UnitTestOverriddenMessage class.

public UnitTestOverriddenMessage(IUnitAtStation unitAtStation, Override @override)

Parameters

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

override Override

The test override.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

override is null.

Properties

Override

Gets the test override.

public Override Override { get; }

Property Value

Override