Для изменения размера нажмите или перетащите

WorkflowEngineCompilationCache - конструктор

Инициализирует новый экземпляр класса 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
)

Параметры

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
См. также