Class WorkflowGlobalParameter
OptimaJet.Workflow.PostgreSQL.WorkflowGlobalParameter
Namespace: OptimaJet.Workflow.PostgreSQL
public class WorkflowGlobalParameter : DbObject<GlobalParameterEntity>Inheritance
- System.Object
- OptimaJet.Workflow.PostgreSQL.DbObject{OptimaJet.Workflow.Core.Entities.GlobalParameterEntity}
Constructors
public WorkflowGlobalParameter(string schemaName, int commandTimeout) #Parameters
Name
Type
Description
schemaNameStringcommandTimeoutInt32Methods
public Task<GlobalParameterEntity[]> SelectByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, Sorting sort = null, string tenantId = null) #Parameters
Name
Type
Description
connectionNpgsqlConnectiontypeStringnameStringsortSortingtenantIdStringReturns
Type
Description
Task<GlobalParameterEntity[]>public Task<GlobalParameterEntity[]> SearchByTypeAndNameWithPagingAsync(NpgsqlConnection connection, string type, string name = null, Paging paging = null, Sorting sort = null, string tenantId = null) #Parameters
Name
Type
Description
connectionNpgsqlConnectiontypeStringnameStringpagingPagingsortSortingtenantIdStringReturns
Type
Description
Task<GlobalParameterEntity[]>public Task<int> GetCountByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, string tenantId = null) #Parameters
Name
Type
Description
connectionNpgsqlConnectiontypeStringnameStringtenantIdStringReturns
Type
Description
Task<Int32>public Task<int> DeleteByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, string tenantId = null) #Parameters
Name
Type
Description
connectionNpgsqlConnectiontypeStringnameStringtenantIdStringReturns
Type
Description
Task<Int32>