Class WorkItemProperties
Contains application properties for work items.
Implements
Inherited Members
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class WorkItemProperties : FlowModelObject, IFlowModelItem
Constructors
View SourceWorkItemProperties()
Initializes a new instance of the WorkItemProperties class.
Declaration
public WorkItemProperties()
WorkItemProperties(WorkItem)
Initializes a new instance of the WorkItemProperties class.
Declaration
public WorkItemProperties(WorkItem workItem)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkItem | workItem | The work item. |
Properties
View SourceId
Gets the item identifier.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The identifier. |
JobId
Gets the job identifier.
Declaration
public string JobId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The job identifier. |
ParentId
Gets or sets the parent identifier.
Declaration
public string ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The parent identifier. |
Tag
Gets or sets the tag.
Declaration
public string Tag { get; set; }
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