WorkflowEngineTileManager - конструктор |
Пространство имён:
Tessa.Workflow
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WorkflowEngineTileManager(
IDbScope dbScope,
IWorkflowEnginePermissionManager permissionManager,
IWorkflowEngineCardsScope cardsScope,
ILicenseManager licenseManager,
ISession session,
IWorkflowEngineTileManagerExtensionRegistry workflowEngineTileManagerExtensionRegistry,
[OptionalDependencyAttribute] IWorkflowEngineCompilationCache compilationCache = null
)
Public Sub New (
dbScope As IDbScope,
permissionManager As IWorkflowEnginePermissionManager,
cardsScope As IWorkflowEngineCardsScope,
licenseManager As ILicenseManager,
session As ISession,
workflowEngineTileManagerExtensionRegistry As IWorkflowEngineTileManagerExtensionRegistry,
<OptionalDependencyAttribute> Optional compilationCache As IWorkflowEngineCompilationCache = Nothing
)
public:
WorkflowEngineTileManager(
IDbScope^ dbScope,
IWorkflowEnginePermissionManager^ permissionManager,
IWorkflowEngineCardsScope^ cardsScope,
ILicenseManager^ licenseManager,
ISession^ session,
IWorkflowEngineTileManagerExtensionRegistry^ workflowEngineTileManagerExtensionRegistry,
[OptionalDependencyAttribute] IWorkflowEngineCompilationCache^ compilationCache = nullptr
)
new :
dbScope : IDbScope *
permissionManager : IWorkflowEnginePermissionManager *
cardsScope : IWorkflowEngineCardsScope *
licenseManager : ILicenseManager *
session : ISession *
workflowEngineTileManagerExtensionRegistry : IWorkflowEngineTileManagerExtensionRegistry *
[<OptionalDependencyAttribute>] ?compilationCache : IWorkflowEngineCompilationCache
(* Defaults:
let _compilationCache = defaultArg compilationCache null
*)
-> WorkflowEngineTileManager
Параметры
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- permissionManager
- Тип: Tessa.WorkflowIWorkflowEnginePermissionManager
- cardsScope
- Тип: Tessa.WorkflowIWorkflowEngineCardsScope
- licenseManager
- Тип: Tessa.Platform.LicensingILicenseManager
- session
- Тип: Tessa.Platform.RuntimeISession
- workflowEngineTileManagerExtensionRegistry
- Тип: Tessa.WorkflowIWorkflowEngineTileManagerExtensionRegistry
- compilationCache (Optional)
- Тип: Tessa.Workflow.CompilationIWorkflowEngineCompilationCache
См. также