Show / Hide Table of Contents

Class SQLiteJobPropertiesEntity

The SQLite storage job status entity.

Inheritance
object
FlowModelObject
JobProperties
SQLiteJobPropertiesEntity
Implements
ISQLiteEntity
Inherited Members
JobProperties.CreationTimestamp
JobProperties.UserId
JobProperties.JobId
JobProperties.ClientReference
JobProperties.Name
JobProperties.ServiceName
JobProperties.PoolId
JobProperties.EnvironmentId
JobProperties.Tags
FlowModelObject.BatchNumber
FlowModelObject.Properties
FlowModelObject.PropertiesContent
FlowModelObject.this[string]
FlowModelObject.UpdateProperties(string)
FlowModelObject.UpdateProperties(FlowModelObject)
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("jobproperties")]
public class SQLiteJobPropertiesEntity : JobProperties, ISQLiteEntity

Constructors

View Source

SQLiteJobPropertiesEntity()

Initializes a new instance of the SQLiteJobPropertiesEntity class.

Declaration
public SQLiteJobPropertiesEntity()
View Source

SQLiteJobPropertiesEntity(Job)

Initializes a new instance of the SQLiteJobPropertiesEntity class.

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

The job.

View Source

SQLiteJobPropertiesEntity(JobProperties)

Initializes a new instance of the SQLiteJobPropertiesEntity class.

Declaration
public SQLiteJobPropertiesEntity(JobProperties jobProperties)
Parameters
Type Name Description
JobProperties jobProperties

Job properties.

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 is 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 is 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

Methods

View Source

Update(JobProperties)

Update this instance from the given jobProperties.

Declaration
public void Update(JobProperties jobProperties)
Parameters
Type Name Description
JobProperties jobProperties

Job properties.

Implements

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