WorkflowService - конструктор |
Пространство имён:
Tessa.Workflow
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WorkflowService(
IDbScope dbScope,
ISession session,
IPlaceholderManager placeholderManager,
IUnityContainer container,
IWorkflowActionRegistry workflowActionRegistry,
[OptionalDependencyAttribute] IWorkflowEngineCompiler compiler = null
)
Public Sub New (
dbScope As IDbScope,
session As ISession,
placeholderManager As IPlaceholderManager,
container As IUnityContainer,
workflowActionRegistry As IWorkflowActionRegistry,
<OptionalDependencyAttribute> Optional compiler As IWorkflowEngineCompiler = Nothing
)
public:
WorkflowService(
IDbScope^ dbScope,
ISession^ session,
IPlaceholderManager^ placeholderManager,
IUnityContainer^ container,
IWorkflowActionRegistry^ workflowActionRegistry,
[OptionalDependencyAttribute] IWorkflowEngineCompiler^ compiler = nullptr
)
new :
dbScope : IDbScope *
session : ISession *
placeholderManager : IPlaceholderManager *
container : IUnityContainer *
workflowActionRegistry : IWorkflowActionRegistry *
[<OptionalDependencyAttribute>] ?compiler : IWorkflowEngineCompiler
(* Defaults:
let _compiler = defaultArg compiler null
*)
-> WorkflowService
Параметры
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- session
- Тип: Tessa.Platform.RuntimeISession
- placeholderManager
- Тип: Tessa.Platform.PlaceholdersIPlaceholderManager
- container
- Тип: IUnityContainer
- workflowActionRegistry
- Тип: Tessa.Workflow.ActionsIWorkflowActionRegistry
- compiler (Optional)
- Тип: Tessa.Workflow.CompilationIWorkflowEngineCompiler
См. также