Show / Hide Table of Contents

Interface IExecutableWorkContainer

Represents a container of WorkItem.

Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IExecutableWorkContainer

Methods

View Source

GetExecutableWork(ISerializationContext)

Gets or sets the executable work.

Declaration
WorkItem GetExecutableWork(ISerializationContext serializationContext = null)
Parameters
Type Name Description
ISerializationContext serializationContext

The serialization context.

Returns
Type Description
WorkItem

The executable work.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.