Show / Hide Table of Contents

Class WorkItemExtensions

Extension methods for WorkItems.

Inheritance
System.Object
WorkItemExtensions
Namespace: DNVGL.One.Compute.WorkExecution.FlowModelExtensions
Assembly: DNVGL.One.Compute.WorkExecution.dll
Syntax
public static class WorkItemExtensions : object

Methods

View Source

BuildExecutableWork(WorkItem)

Builds executable work from the given work item.

Declaration
public static IComputationalWork BuildExecutableWork(this WorkItem workItem)
Parameters
Type Name Description
WorkItem workItem

The work item.

Returns
Type Description
IComputationalWork

Computational work.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.