Table of Contents

Class AddDefectStatus

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

Status information returned from the AddDefect3 API.

[DataContract]
public class AddDefectStatus
Inheritance
AddDefectStatus
Inherited Members

Constructors

AddDefectStatus(UnitDefect, UnitStation)

Initializes a new instance of the AddDefectStatus class.

public AddDefectStatus(UnitDefect unitDefect, UnitStation unitStationChanges)

Parameters

unitDefect UnitDefect

The unit defect.

unitStationChanges UnitStation

The changes made at the unit station.

Exceptions

ArgumentNullException

unitDefect is null.

ArgumentNullException

unitStationChanges is null.

Properties

UnitDefect

Gets the unit defect.

[DataMember]
public UnitDefect UnitDefect { get; }

Property Value

UnitDefect

UnitStationChanges

Gets the changes made at the unit station.

[DataMember]
public UnitStation UnitStationChanges { get; }

Property Value

UnitStation