Show / Hide Table of Contents

Interface IResult

Represents a result from an IWorkUnit.

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

Methods

View Source

GetResult<T>(ISerializationContext)

Gets the result from an IWorkUnit.

Declaration
T GetResult<T>(ISerializationContext serializationContext = null) where T : class
Parameters
Type Name Description
ISerializationContext serializationContext

The serialization Context.

Returns
Type Description
T

Result as T.

Type Parameters
Name Description
T

Type of result.

See Also
IFlowModelItem

See Also

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