WorkflowEmailAction - конструктор |
Пространство имён:
Tessa.Workflow.Actions
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WorkflowEmailAction(
IWorkflowEngineCardsScope cardsScope,
[DependencyAttribute("DeferredWithoutTransaction")] INotificationManager notificationManager,
IPlaceholderCompilationDependencies placeholderCompilationDependencies
)
Public Sub New (
cardsScope As IWorkflowEngineCardsScope,
<DependencyAttribute("DeferredWithoutTransaction")> notificationManager As INotificationManager,
placeholderCompilationDependencies As IPlaceholderCompilationDependencies
)
public:
WorkflowEmailAction(
IWorkflowEngineCardsScope^ cardsScope,
[DependencyAttribute(L"DeferredWithoutTransaction")] INotificationManager^ notificationManager,
IPlaceholderCompilationDependencies^ placeholderCompilationDependencies
)
new :
cardsScope : IWorkflowEngineCardsScope *
[<DependencyAttribute("DeferredWithoutTransaction")>] notificationManager : INotificationManager *
placeholderCompilationDependencies : IPlaceholderCompilationDependencies -> WorkflowEmailAction
Параметры
- cardsScope
- Тип: Tessa.WorkflowIWorkflowEngineCardsScope
- notificationManager
- Тип: Tessa.NoticesINotificationManager
- placeholderCompilationDependencies
- Тип: Tessa.Platform.Placeholders.CompilationIPlaceholderCompilationDependencies
См. также