WorkflowEngineCardsScope - конструктор
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public WorkflowEngineCardsScope(
IWorkflowEngineCardRequestExtender requestExtender,
[DependencyAttribute("ExtendedWithoutTransaction")] ICardRepository cardRepository,
[DependencyAttribute("DefaultWithoutTransaction")] ICardRepository cardRepositoryDefault,
ICardFileManager fileManager,
IDbScope dbScope
)
Public Sub New (
requestExtender As IWorkflowEngineCardRequestExtender,
<DependencyAttribute("ExtendedWithoutTransaction")> cardRepository As ICardRepository,
<DependencyAttribute("DefaultWithoutTransaction")> cardRepositoryDefault As ICardRepository,
fileManager As ICardFileManager,
dbScope As IDbScope
)
public:
WorkflowEngineCardsScope(
IWorkflowEngineCardRequestExtender^ requestExtender,
[DependencyAttribute(L"ExtendedWithoutTransaction")] ICardRepository^ cardRepository,
[DependencyAttribute(L"DefaultWithoutTransaction")] ICardRepository^ cardRepositoryDefault,
ICardFileManager^ fileManager,
IDbScope^ dbScope
)
new :
requestExtender : IWorkflowEngineCardRequestExtender *
[<DependencyAttribute("ExtendedWithoutTransaction")>] cardRepository : ICardRepository *
[<DependencyAttribute("DefaultWithoutTransaction")>] cardRepositoryDefault : ICardRepository *
fileManager : ICardFileManager *
dbScope : IDbScope -> WorkflowEngineCardsScope
Параметры
- requestExtender IWorkflowEngineCardRequestExtender
-
- cardRepository ICardRepository
-
- cardRepositoryDefault ICardRepository
-
- fileManager ICardFileManager
-
- dbScope IDbScope
-