Class ScheduleWorkEntity
Represents a dynamic work item added to the job.
Implements
Inherited Members
Namespace: DNVGL.One.Compute.StorageLibrary.Entities
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public class ScheduleWorkEntity : ICloneable
Properties
View SourceJobId
Gets or sets the job id.
Declaration
public string JobId { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskId
Gets or sets the work item id.
Declaration
public string TaskId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceClone()
Returns memberwise clone.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
object | Cloned object. |