Class SQLiteWorkItemPropertiesEntity
The SQLite storage job status entity.
Inherited Members
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 SourceSQLiteWorkItemPropertiesEntity()
Initializes a new instance of the SQLiteWorkItemPropertiesEntity class.
Declaration
public SQLiteWorkItemPropertiesEntity()
SQLiteWorkItemPropertiesEntity(WorkItem)
Initializes a new instance of the SQLiteWorkItemPropertiesEntity class.
Declaration
public SQLiteWorkItemPropertiesEntity(WorkItem workItem)
Parameters
Type | Name | Description |
---|---|---|
WorkItem | workItem | The work item. |
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 SourceAlterTableMigrations
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".
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".
UniqueId
Gets or sets the unique identifier.
Declaration
[Key]
public int UniqueId { get; set; }
Property Value
Type | Description |
---|---|
int |