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 SourceBatchNumber
Gets the batch number.
Declaration
int BatchNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The batch number. |
Id
Gets the item identifier.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
JobId
Gets the job identifier.
Declaration
string JobId { get; }
Property Value
Type | Description |
---|---|
System.String | The job identifier. |
ParentId
Gets or sets the parent identifier.
Declaration
string ParentId { get; }
Property Value
Type | Description |
---|---|
System.String | The parent identifier. |
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