Workflow Engine .NET

Assembly: OptimaJet.Workflow.MSSQL

Class WorkflowGlobalParameter

OptimaJet.Workflow.DbPersistence.WorkflowGlobalParameter

public class WorkflowGlobalParameter : DbObject<GlobalParameterEntity>

Inheritance

  • System.Object
  • OptimaJet.Workflow.DbPersistence.DbObject{OptimaJet.Workflow.Core.Entities.GlobalParameterEntity}

Constructors

public WorkflowGlobalParameter(string schemaName, int commandTimeout) #

Parameters

Name
Type
Description
schemaName
String
commandTimeout
Int32

Methods

public Task<GlobalParameterEntity[]> SelectByTypeAndNameAsync(SqlConnection connection, string type, string name = null, Sorting sort = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
SqlConnection
type
String
name
String
sort
Sorting
tenantId
String

Returns

Type
Description
Task<GlobalParameterEntity[]>
public Task<GlobalParameterEntity[]> SearchByTypeAndNameWithPagingAsync(SqlConnection connection, string type, string name = null, Paging paging = null, Sorting sort = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
SqlConnection
type
String
name
String
paging
Paging
sort
Sorting
tenantId
String

Returns

Type
Description
Task<GlobalParameterEntity[]>
public Task<int> GetCountByTypeAndNameAsync(SqlConnection connection, string type, string name = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
SqlConnection
type
String
name
String
tenantId
String

Returns

Type
Description
Task<Int32>
public Task<int> DeleteByTypeAndNameAsync(SqlConnection connection, string type, string name = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
SqlConnection
type
String
name
String
tenantId
String

Returns

Type
Description
Task<Int32>