Show / Hide Table of Contents

Class WorkItemExtensions

Extension methods for WorkItems.

Inheritance
object
WorkItemExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.WorkExecution.FlowModelExtensions
Assembly: DNVGL.One.Compute.WorkExecution.dll
Syntax
public static class WorkItemExtensions

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.