Class FlowModelItemProperties
Represents the properties of a flow model item.
Inheritance
System.Object
FlowModelItemProperties
Implements
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class FlowModelItemProperties : object, IFlowModelItem
Constructors
View SourceFlowModelItemProperties(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 SourceBatchNumber
Gets the batch number.
Declaration
public int BatchNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The batch number. |
Id
Gets the item identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
JobId
Gets the job identifier.
Declaration
public string JobId { get; }
Property Value
Type | Description |
---|---|
System.String | The job identifier. |
ParentId
Gets the parent identifier.
Declaration
public string ParentId { get; }
Property Value
Type | Description |
---|---|
System.String | The parent identifier. |
Tag
Gets 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 identifier.