Table of Contents

Class MergePreassemblyStatus

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

Status information about a preassembly merge.

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

Constructors

MergePreassemblyStatus()

Initializes a new instance of the MergePreassemblyStatus class.

public MergePreassemblyStatus()

Properties

ExtensionData

Gets or sets the structure that contains extra data.

public virtual ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

MergedUnitStations

Gets the unit stations that were merged.

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

Property Value

ICollection<UnitStation>

WorkflowErrors

Gets the list of unit workflow errors.

[DataMember]
public ICollection<WorkflowError> WorkflowErrors { get; }

Property Value

ICollection<WorkflowError>