Show / Hide Table of Contents

Class FlowModelItemProperties

Represents the properties of a flow model item.

Inheritance
object
FlowModelItemProperties
Implements
IFlowModelItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class FlowModelItemProperties : IFlowModelItem

Constructors

View Source

FlowModelItemProperties(string, string, string, string, int)

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
string jobId

The job identifier.

string id

The identifier.

string tag

The tag.

string parentId

The parent identifier.

int batchNumber

The batch number.

See Also
IFlowModelItem

Properties

View Source

BatchNumber

Gets the batch number.

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

The batch number.

See Also
IFlowModelItem
View Source

Id

Gets the item identifier.

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

The identifier.

See Also
IFlowModelItem
View Source

JobId

Gets the job identifier.

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

The job identifier.

See Also
IFlowModelItem
View Source

ParentId

Gets the parent identifier.

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

The parent identifier.

See Also
IFlowModelItem
View Source

Tag

Gets the tag.

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

See Also
IFlowModelItem

Implements

IFlowModelItem

See Also

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