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

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

Definition

Пространство имён: Tessa.Workflow
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
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  IDbScope
 
workflowService  IWorkflowService
 
workflowEngineLoggerProvider  FuncIWorkflowEngineLogger
 
workflowEngineProcessSerializer  IWorkflowEngineProcessSerializer
 
compilationCache  IWorkflowEngineCompilationCache
 
workflowCache  IWorkflowEngineCache
 
errorManager  IErrorManager
 
operationRepository  IOperationRepository
 
cardRepository  ICardRepository
 
cardStreamServerRepository  ICardStreamServerRepository
 
cardsScope  IWorkflowEngineCardsScope
 
session  ISession
 
cardMetadata  ICardMetadata
 
requestExtender  IWorkflowEngineCardRequestExtender
 
bindingExecutor  IWorkflowBindingExecutor
 
bindingParser  IWorkflowBindingParser
 
lockScope  IWorkflowEngineLockScope
 
transactionStrategy  ICardTransactionStrategy
 
container  IUnityContainer
 
workflowActionRegistry  IWorkflowActionRegistry
 

См. также