Table of Contents

Class OverrideTestStatus

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

Status information about overriding a test.

[DataContract]
public class OverrideTestStatus
Inheritance
OverrideTestStatus
Inherited Members

Constructors

OverrideTestStatus(Override, UnitStation)

Initializes a new instance of the OverrideTestStatus class.

public OverrideTestStatus(Override @override, UnitStation unitStationChanges)

Parameters

override Override

The override.

unitStationChanges UnitStation

The changes made at the unit station.

Exceptions

ArgumentNullException

override is null.

ArgumentNullException

unitStationChanges is null.

Properties

Override

Gets the override.

[DataMember]
public Override Override { get; }

Property Value

Override

UnitStationChanges

Gets the changes made at the unit station.

[DataMember]
public UnitStation UnitStationChanges { get; }

Property Value

UnitStation