Table of Contents

Class MergePreassemblyStatus

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

Status information about a preassembly merge.

[DataContract]
public class MergePreassemblyStatus
Inheritance
MergePreassemblyStatus
Inherited Members

Constructors

MergePreassemblyStatus()

public MergePreassemblyStatus()

Properties

MergedUnitStations

Gets the list of unit stations that were merged.

public IList<UnitStation> MergedUnitStations { get; }

Property Value

IList<UnitStation>

WorkflowErrors

Gets the list of unit workflow errors.

public IList<WorkflowError> WorkflowErrors { get; }

Property Value

IList<WorkflowError>