Class WorkflowApprovalHistory
OptimaJet.Workflow.SQLite.WorkflowApprovalHistory
Namespace: OptimaJet.Workflow.SQLite
public class WorkflowApprovalHistory : DbObject<ApprovalHistoryEntity>Inheritance
- System.Object
- OptimaJet.Workflow.SQLite.DbObject{OptimaJet.Workflow.Core.Entities.ApprovalHistoryEntity}
Constructors
public WorkflowApprovalHistory(string schemaName, int commandTimeout) #Parameters
Name
Type
Description
schemaNameStringcommandTimeoutInt32Methods
public static ApprovalHistoryEntity ToDB(ApprovalHistoryItem historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryItemReturns
Type
Description
ApprovalHistoryEntitypublic static ApprovalHistoryItem FromDB(ApprovalHistoryEntity historyEntity) #Parameters
Name
Type
Description
historyEntityApprovalHistoryEntityReturns
Type
Description
ApprovalHistoryItempublic Task<List<OutboxItem>> SelectOutboxByIdentityIdAsync(SqliteConnection connection, string identityId, Paging paging = null) #Parameters
Name
Type
Description
connectionSqliteConnectionidentityIdStringpagingPagingReturns
Type
Description
Task<OutboxItem>public Task<int> GetOutboxCountByIdentityIdAsync(SqliteConnection connection, string identityId) #Parameters
Name
Type
Description
connectionSqliteConnectionidentityIdStringReturns
Type
Description
Task<Int32>public Task<int> DeleteByProcessIdAsync(SqliteConnection connection, Guid processId, SqliteTransaction transaction = null) #Parameters
Name
Type
Description
connectionSqliteConnectionprocessIdGuidtransactionSqliteTransactionReturns
Type
Description
Task<Int32>public Task<List<ApprovalHistoryEntity>> SelectByProcessIdAsync(SqliteConnection connection, Guid processId) #Parameters
Name
Type
Description
connectionSqliteConnectionprocessIdGuidReturns
Type
Description
Task<ApprovalHistoryEntity>