Show / Hide Table of Contents

Class SQLiteWorkItemPropertiesEntity

The SQLite storage job status entity.

Inheritance
object
FlowModelObject
WorkItemProperties
SQLiteWorkItemPropertiesEntity
Implements
IFlowModelItem
ISQLiteEntity
Inherited Members
WorkItemProperties.JobId
WorkItemProperties.Id
WorkItemProperties.Tag
WorkItemProperties.ParentId
WorkItemProperties.ResultStorageType
WorkItemProperties.WorkItemDirectory
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("workitemproperties")]
public class SQLiteWorkItemPropertiesEntity : WorkItemProperties, IFlowModelItem, ISQLiteEntity

Constructors

View Source

SQLiteWorkItemPropertiesEntity()

Initializes a new instance of the SQLiteWorkItemPropertiesEntity class.

Declaration
public SQLiteWorkItemPropertiesEntity()
View Source

SQLiteWorkItemPropertiesEntity(WorkItem)

Initializes a new instance of the SQLiteWorkItemPropertiesEntity class.

Declaration
public SQLiteWorkItemPropertiesEntity(WorkItem workItem)
Parameters
Type Name Description
WorkItem workItem

The work item.

View Source

SQLiteWorkItemPropertiesEntity(WorkItemProperties)

Initializes a new instance of the SQLiteWorkItemPropertiesEntity class.

Declaration
public SQLiteWorkItemPropertiesEntity(WorkItemProperties workItemProperties)
Parameters
Type Name Description
WorkItemProperties workItemProperties

Work item 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

UniqueId

Gets or sets the unique identifier.

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

Implements

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