Show / Hide Table of Contents

Class SQLiteStorageWorkItemStatusEntity

The SQLite storage flow model item status entity.

Inheritance
object
WorkItemStatusEntity
SQLiteStorageWorkItemStatusEntity
Implements
ICloneable
IWorkItemStatusEntity
ISQLiteEntity
Inherited Members
WorkItemStatusEntity.JobId
WorkItemStatusEntity.TaskId
WorkItemStatusEntity.ParentId
WorkItemStatusEntity.State
WorkItemStatusEntity.Progress
WorkItemStatusEntity.Message
WorkItemStatusEntity.TaskDuration
WorkItemStatusEntity.Clone()
WorkItemStatusEntity.UpdateState(WorkStatus)
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("WorkItemStatus")]
public class SQLiteStorageWorkItemStatusEntity : WorkItemStatusEntity, ICloneable, IWorkItemStatusEntity, ISQLiteEntity

Constructors

View Source

SQLiteStorageWorkItemStatusEntity()

Initializes a new instance of the SQLiteStorageWorkItemStatusEntity class.

Declaration
public SQLiteStorageWorkItemStatusEntity()
View Source

SQLiteStorageWorkItemStatusEntity(WorkItemInfo)

Initializes a new instance of the SQLiteStorageWorkItemStatusEntity class.

Declaration
public SQLiteStorageWorkItemStatusEntity(WorkItemInfo workItemInfo)
Parameters
Type Name Description
WorkItemInfo workItemInfo

The work item information.

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