Show / Hide Table of Contents

Class ScheduleWorkEntity

Represents a dynamic work item added to the job.

Inheritance
object
ScheduleWorkEntity
Implements
ICloneable
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.StorageLibrary.Entities
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public class ScheduleWorkEntity : ICloneable

Properties

View Source

JobId

Gets or sets the job id.

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

TaskId

Gets or sets the work item id.

Declaration
public string TaskId { get; set; }
Property Value
Type Description
string

Methods

View Source

Clone()

Returns memberwise clone.

Declaration
public virtual object Clone()
Returns
Type Description
object

Cloned object.

Implements

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