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

Инициализирует новый экземпляр класса WorkflowEngineTileManager

Definition

Пространство имён: Tessa.Workflow
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public WorkflowEngineTileManager(
	IDbScope dbScope,
	IWorkflowEnginePermissionManager permissionManager,
	IWorkflowEngineCardsScope cardsScope,
	ILicenseManager licenseManager,
	IWorkflowEngineTileManagerExtensionRegistry workflowEngineTileManagerExtensionRegistry,
	IWorkflowEngineTileCache tileCache,
	INestedRoleContextSelector nestedRoleContextSelector,
	[OptionalDependencyAttribute] IWorkflowEngineTileCompiledDependencies? compiledDependencies = null,
	[OptionalDependencyAttribute] IWorkflowEngineTileCompilationCache? workflowEngineTileCompilationCache = null
)

Параметры

dbScope  IDbScope
 
permissionManager  IWorkflowEnginePermissionManager
 
cardsScope  IWorkflowEngineCardsScope
 
licenseManager  ILicenseManager
 
workflowEngineTileManagerExtensionRegistry  IWorkflowEngineTileManagerExtensionRegistry
 
tileCache  IWorkflowEngineTileCache
 
nestedRoleContextSelector  INestedRoleContextSelector
 
compiledDependencies  IWorkflowEngineTileCompiledDependencies  (Optional)
 
workflowEngineTileCompilationCache  IWorkflowEngineTileCompilationCache  (Optional)
 

См. также