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

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

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

Пространство имён:  Tessa.Workflow
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public WorkflowEngineProcessorIterative(
	IDbScope dbScope,
	IWorkflowService workflowService,
	Func<IWorkflowEngineLogger> workflowEngineLoggerProvider,
	IWorkflowEngineProcessSerializer workflowEngineProcessSerializer,
	IWorkflowEngineCompilationCache compilationCache,
	IWorkflowEngineCache workflowCache,
	IErrorManager errorManager,
	IOperationRepository operationRepository,
	[DependencyAttribute("ExtendedWithoutTransaction")] ICardRepository cardRepository,
	[DependencyAttribute("ExtendedWithoutTransaction")] ICardStreamServerRepository cardStreamServerRepository,
	IWorkflowEngineCardsScope cardsScope,
	ISession session,
	ICardMetadata cardMetadata,
	IWorkflowEngineCardRequestExtender requestExtender,
	IWorkflowBindingExecutor bindingExecutor,
	IWorkflowBindingParser bindingParser,
	IWorkflowEngineLockScope lockScope,
	ICardTransactionStrategy transactionStrategy,
	IUnityContainer container,
	IWorkflowActionRegistry workflowActionRegistry
)

Параметры

dbScope
Тип: Tessa.Platform.DataIDbScope
workflowService
Тип: Tessa.WorkflowIWorkflowService
workflowEngineLoggerProvider
Тип: SystemFuncIWorkflowEngineLogger
workflowEngineProcessSerializer
Тип: Tessa.WorkflowIWorkflowEngineProcessSerializer
compilationCache
Тип: Tessa.Workflow.CompilationIWorkflowEngineCompilationCache
workflowCache
Тип: Tessa.WorkflowIWorkflowEngineCache
errorManager
Тип: Tessa.Platform.RuntimeIErrorManager
operationRepository
Тип: Tessa.Platform.OperationsIOperationRepository
cardRepository
Тип: Tessa.CardsICardRepository
cardStreamServerRepository
Тип: Tessa.CardsICardStreamServerRepository
cardsScope
Тип: Tessa.WorkflowIWorkflowEngineCardsScope
session
Тип: Tessa.Platform.RuntimeISession
cardMetadata
Тип: Tessa.CardsICardMetadata
requestExtender
Тип: Tessa.WorkflowIWorkflowEngineCardRequestExtender
bindingExecutor
Тип: Tessa.Workflow.BindingsIWorkflowBindingExecutor
bindingParser
Тип: Tessa.Workflow.BindingsIWorkflowBindingParser
lockScope
Тип: Tessa.WorkflowIWorkflowEngineLockScope
transactionStrategy
Тип: Tessa.Cards.ComponentModelICardTransactionStrategy
container
Тип: IUnityContainer
workflowActionRegistry
Тип: Tessa.Workflow.ActionsIWorkflowActionRegistry
См. также