WorkflowEngineCompilationCache - конструктор |
Пространство имён:
Tessa.Compilation.Workflow
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public WorkflowEngineCompilationCache(
IWorkflowService workflowService,
IWorkflowEngineCache workflowCache,
ICardCache cardCache,
IWorkflowEngineCompiler compiler,
IWorkflowEngineTilesCompiler tilesCompiler,
[DependencyAttribute("Default")] ICardRepository cardRepository,
IDbScope dbScope,
ICardFileManager cardFileManager,
ICardStreamServerRepository streamRepository
)
Public Sub New (
workflowService As IWorkflowService,
workflowCache As IWorkflowEngineCache,
cardCache As ICardCache,
compiler As IWorkflowEngineCompiler,
tilesCompiler As IWorkflowEngineTilesCompiler,
<DependencyAttribute("Default")> cardRepository As ICardRepository,
dbScope As IDbScope,
cardFileManager As ICardFileManager,
streamRepository As ICardStreamServerRepository
)
public:
WorkflowEngineCompilationCache(
IWorkflowService^ workflowService,
IWorkflowEngineCache^ workflowCache,
ICardCache^ cardCache,
IWorkflowEngineCompiler^ compiler,
IWorkflowEngineTilesCompiler^ tilesCompiler,
[DependencyAttribute(L"Default")] ICardRepository^ cardRepository,
IDbScope^ dbScope,
ICardFileManager^ cardFileManager,
ICardStreamServerRepository^ streamRepository
)
new :
workflowService : IWorkflowService *
workflowCache : IWorkflowEngineCache *
cardCache : ICardCache *
compiler : IWorkflowEngineCompiler *
tilesCompiler : IWorkflowEngineTilesCompiler *
[<DependencyAttribute("Default")>] cardRepository : ICardRepository *
dbScope : IDbScope *
cardFileManager : ICardFileManager *
streamRepository : ICardStreamServerRepository -> WorkflowEngineCompilationCache
Параметры
- workflowService
- Тип: Tessa.WorkflowIWorkflowService
- workflowCache
- Тип: Tessa.WorkflowIWorkflowEngineCache
- cardCache
- Тип: Tessa.Cards.CachingICardCache
- compiler
- Тип: Tessa.Workflow.CompilationIWorkflowEngineCompiler
- tilesCompiler
- Тип: Tessa.Workflow.CompilationIWorkflowEngineTilesCompiler
- cardRepository
- Тип: Tessa.CardsICardRepository
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- cardFileManager
- Тип: Tessa.CardsICardFileManager
- streamRepository
- Тип: Tessa.CardsICardStreamServerRepository
См. также