Class MergePreassemblyStatus
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
WorkflowErrors
Gets the list of unit workflow errors.
public IList<WorkflowError> WorkflowErrors { get; }