Table of Contents

Class RemovePreassemblyStatus

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

Status information about a preassembly removal.

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

Constructors

RemovePreassemblyStatus()

Initializes a new instance of the MergePreassemblyStatus class.

public RemovePreassemblyStatus()

Properties

ExtensionData

Gets or sets the structure that contains extra data.

public virtual ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

RemovedUnitStations

Gets the unit stations that were removed.

[DataMember]
public ICollection<UnitStation> RemovedUnitStations { get; }

Property Value

ICollection<UnitStation>

Remarks

Navigation properties will not be included in this returned collection.

UnitStationChanges

Gets or sets the changes made at the unit station.

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

Property Value

UnitStation