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
System.Int32

The batch number.

View Source

Id

Gets the item identifier.

Declaration
string Id { get; }
Property Value
Type Description
System.String

The identifier.

View Source

JobId

Gets the job identifier.

Declaration
string JobId { get; }
Property Value
Type Description
System.String

The job identifier.

View Source

ParentId

Gets or sets the parent identifier.

Declaration
string ParentId { get; }
Property Value
Type Description
System.String

The parent identifier.

View Source

Tag

Gets or sets the tag.

Declaration
string Tag { get; }
Property Value
Type Description
System.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 id

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.