Class OverrideTestStatus
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
overrideOverrideThe override.
unitStationChangesUnitStationThe changes made at the unit station.
Exceptions
- ArgumentNullException
overrideis null.- ArgumentNullException
unitStationChangesis null.
Properties
Override
Gets the override.
[DataMember]
public Override Override { get; }
Property Value
UnitStationChanges
Gets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; }