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 SourceBuildExecutableWork(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. |