Show / Hide Table of Contents

Class SequentialWork

Models sequential work

Inheritance
System.Object
FlowModelObject
WorkItem
CompositeWork
SequentialWork
Implements
IFlowModelItem
Inherited Members
CompositeWork.Parallel
CompositeWork.WorkItems
CompositeWork.Batches
CompositeWork.WorkUnits
CompositeWork.GetDescendants()
WorkItem.Tag
WorkItem.JobId
WorkItem.ParentId
WorkItem.Id
WorkItem.GetParent()
WorkItem.Select<T>(Func<WorkItem, T>)
WorkItem.Traverse(Action<WorkItem, WorkItem>, WorkItem)
WorkItem.FindItems(Func<WorkItem, Boolean>, Boolean)
WorkItem.OnInitialize(Job)
WorkItem.ToString()
FlowModelObject.BatchNumber
FlowModelObject.Properties
FlowModelObject.PropertiesContent
FlowModelObject.Item[String]
FlowModelObject.UpdateProperties(String)
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class SequentialWork : CompositeWork, IFlowModelItem

Constructors

View Source

SequentialWork()

Initializes a new instance of the SequentialWork class.

Declaration
public SequentialWork()
View Source

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.

View Source

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.

Implements

IFlowModelItem

Extension Methods

WorkItemExtensions.GetRelativeWeight(WorkItem, WorkItem)
WorkItemExtensions.GetAncestors(WorkItem, WorkItem)
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.