Show / Hide Table of Contents

Class SQLiteStorageWorkItemEntity

The SQLite storage flow model item entity.

Inheritance
object
FlowModelItemEntity
SQLiteStorageWorkItemEntity
Implements
ICloneable
ISQLiteEntity
Inherited Members
FlowModelItemEntity.JobId
FlowModelItemEntity.Tag
FlowModelItemEntity.WorkItemId
FlowModelItemEntity.ParentId
FlowModelItemEntity.BatchNumber
FlowModelItemEntity.WorkItemContent
FlowModelItemEntity.Clone()
FlowModelItemEntity.ExtractWorkItemContentAsJson()
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("workitems")]
public class SQLiteStorageWorkItemEntity : FlowModelItemEntity, ICloneable, ISQLiteEntity

Constructors

View Source

SQLiteStorageWorkItemEntity()

Initializes a new instance of the SQLiteStorageWorkItemEntity class.

Declaration
public SQLiteStorageWorkItemEntity()
View Source

SQLiteStorageWorkItemEntity(IFlowModelItem)

Initializes a new instance of the SQLiteStorageWorkItemEntity class.

Declaration
public SQLiteStorageWorkItemEntity(IFlowModelItem workItem)
Parameters
Type Name Description
IFlowModelItem workItem

The work item.

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
ISQLiteEntity
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.