Show / Hide Table of Contents

Interface IFlowModelItem

Represents part of an execution model.

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

Properties

View Source

BatchNumber

Gets the batch number.

Declaration
int BatchNumber { get; }
Property Value
Type Description
int

The batch number.

View Source

Id

Gets the item identifier.

Declaration
string Id { get; }
Property Value
Type Description
string

The identifier.

View Source

JobId

Gets the job identifier.

Declaration
string JobId { get; }
Property Value
Type Description
string

The job identifier.

View Source

ParentId

Gets the parent identifier.

Declaration
string ParentId { get; }
Property Value
Type Description
string

The parent identifier.

View Source

Tag

Gets the tag.

Declaration
string Tag { get; }
Property Value
Type Description
string

The tag.

Remarks

This is a client specified tag that does not need to be unique. It is used as a recognizable prefix for the job identifier.

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