Show / Hide Table of Contents

Class SQLiteStorageJobStatusEntity

The SQLite storage job status entity.

Inheritance
object
JobStatusEntity
SQLiteStorageJobStatusEntity
Implements
ICloneable
IJobStatusEntity
ISQLiteEntity
Inherited Members
JobStatusEntity.UserId
JobStatusEntity.JobId
JobStatusEntity.Progress
JobStatusEntity.ServiceName
JobStatusEntity.PoolId
JobStatusEntity.EnvironmentId
JobStatusEntity.ClientReference
JobStatusEntity.JobName
JobStatusEntity.StartTime
JobStatusEntity.CompletionTime
JobStatusEntity.TotalComputeSeconds
JobStatusEntity.Message
JobStatusEntity.State
JobStatusEntity.UpdateState(WorkStatus)
JobStatusEntity.Clone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DNVGL.One.Compute.StorageLibrary.SQLite.Entities
Assembly: DNVGL.One.Compute.StorageLibrary.SQLite.dll
Syntax
[Table("JobStatus")]
public class SQLiteStorageJobStatusEntity : JobStatusEntity, ICloneable, IJobStatusEntity, ISQLiteEntity

Constructors

View Source

SQLiteStorageJobStatusEntity()

Initializes a new instance of the SQLiteStorageJobStatusEntity class.

Declaration
public SQLiteStorageJobStatusEntity()
View Source

SQLiteStorageJobStatusEntity(Job)

Initializes a new instance of the SQLiteStorageJobStatusEntity class.

Declaration
public SQLiteStorageJobStatusEntity(Job job)
Parameters
Type Name Description
Job job

The job.

Properties

View Source

AlterTableMigrations

Gets the SQL statement used to migrate the table.

Declaration
public static string AlterTableMigrations { get; }
Property Value
Type Description
string

The SQL statement.

Remarks

Note: Reflection us being used to get an instance of this property, so the implementation needs to be "public".

View Source

CreateTableSql

Gets the SQL statement used to create the table.

Declaration
public static string CreateTableSql { get; }
Property Value
Type Description
string

The SQL statement.

Remarks

Note: Reflection us being used to get an instance of this property, so the implementation needs to be "public".

View Source

Id

Gets or sets the identifier.

Declaration
[Key]
public int Id { get; set; }
Property Value
Type Description
int

Implements

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