Class SequentialWork
Models sequential work
Implements
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class SequentialWork : CompositeWork, IFlowModelItem
  Constructors
View SourceSequentialWork()
Initializes a new instance of the SequentialWork class.
Declaration
public SequentialWork()
  SequentialWork(WorkItem[])
Initializes a new instance of the SequentialWork class.
Declaration
public SequentialWork(params WorkItem[] workItems)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkItem[] | workItems | The work items.  | 
      
SequentialWork(IEnumerable<WorkItem>)
Initializes a new instance of the SequentialWork class.
Declaration
public SequentialWork(IEnumerable<WorkItem> workItems)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<WorkItem> | workItems | The work items.  |