Class WorkflowApprovalHistory
OptimaJet.Workflow.MySQL.WorkflowApprovalHistory
Namespace: OptimaJet.Workflow.MySQL
public class WorkflowApprovalHistory : DbObject<ApprovalHistoryEntity>Inheritance
- System.Object
- OptimaJet.Workflow.MySQL.DbObject{OptimaJet.Workflow.Core.Entities.ApprovalHistoryEntity}
Constructors
public WorkflowApprovalHistory(int commandTimeout) #Parameters
Name
Type
Description
commandTimeoutInt32Methods
public static ApprovalHistoryEntity ToDB(ApprovalHistoryItem historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryItemReturns
Type
Description
ApprovalHistoryEntitypublic static ApprovalHistoryItem FromDB(ApprovalHistoryEntity historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryEntityReturns
Type
Description
ApprovalHistoryItempublic Task<List<OutboxItem>> SelectOutboxByIdentityIdAsync(MySqlConnection connection, string identityId, Paging paging = null) #Parameters
Name
Type
Description
connectionMySqlConnectionidentityIdStringpagingPagingReturns
Type
Description
Task<OutboxItem>public Task<int> GetOutboxCountByIdentityIdAsync(MySqlConnection connection, string identityId) #Parameters
Name
Type
Description
connectionMySqlConnectionidentityIdStringReturns
Type
Description
Task<Int32>public Task<int> DeleteByProcessIdAsync(MySqlConnection connection, Guid processId, MySqlTransaction transaction = null) #Parameters
Name
Type
Description
connectionMySqlConnectionprocessIdGuidtransactionMySqlTransactionReturns
Type
Description
Task<Int32>public Task<List<ApprovalHistoryEntity>> SelectByProcessIdAsync(MySqlConnection connection, Guid processId) #Parameters
Name
Type
Description
connectionMySqlConnectionprocessIdGuidReturns
Type
Description
Task<ApprovalHistoryEntity>public Task<List<ApprovalHistoryEntity>> SelectByIdentityIdAsync(MySqlConnection connection, string identityId) #Parameters
Name
Type
Description
connectionMySqlConnectionidentityIdStringReturns
Type
Description
Task<ApprovalHistoryEntity>