Table of Contents

Class AddDefectStatus

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

Status information returned from AddDefect3.

[DataContract]
public class AddDefectStatus : IExtensibleDataObject
Inheritance
AddDefectStatus
Implements
Inherited Members

Properties

ExtensionData

Gets or sets the structure that contains extra data.

public virtual ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

UnitDefect

Gets or sets the unit defect.

[DataMember]
public UnitDefect UnitDefect { get; set; }

Property Value

UnitDefect

UnitStationChanges

Gets or sets the changes made at the unit station.

[DataMember]
public UnitStation UnitStationChanges { get; set; }

Property Value

UnitStation