Show / Hide Table of Contents

Class FlowModelItemProperties

Represents the properties of a flow model item.

Inheritance
System.Object
FlowModelItemProperties
Implements
IFlowModelItem
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class FlowModelItemProperties : object, IFlowModelItem

Constructors

View Source

FlowModelItemProperties(String, String, String, String, Int32)

Initializes a new instance of the FlowModelItemProperties class.

Declaration
public FlowModelItemProperties(string jobId, string id, string tag, string parentId, int batchNumber)
Parameters
Type Name Description
System.String jobId

The job identifier.

System.String id

The identifier.

System.String tag

The tag.

System.String parentId

The parent identifier.

System.Int32 batchNumber

The batch number.

Properties

View Source

BatchNumber

Gets the batch number.

Declaration
public int BatchNumber { get; }
Property Value
Type Description
System.Int32

The batch number.

View Source

Id

Gets the item identifier.

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

The identifier.

View Source

JobId

Gets the job identifier.

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

The job identifier.

View Source

ParentId

Gets or sets the parent identifier.

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

The parent identifier.

View Source

Tag

Gets or sets the tag.

Declaration
public 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

Implements

IFlowModelItem

See Also

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