BusinessProcessUIExtension - конструктор |
Пространство имён:
Tessa.Extensions.Platform.Client.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public BusinessProcessUIExtension(
IWorkflowEngineCompiler workflowCompiler,
IWorkflowEngineTilesCompiler workflowTilesCompiler,
Func<WorkflowTemplateCardContext> contextBuilder
)
Public Sub New (
workflowCompiler As IWorkflowEngineCompiler,
workflowTilesCompiler As IWorkflowEngineTilesCompiler,
contextBuilder As Func(Of WorkflowTemplateCardContext)
)
public:
BusinessProcessUIExtension(
IWorkflowEngineCompiler^ workflowCompiler,
IWorkflowEngineTilesCompiler^ workflowTilesCompiler,
Func<WorkflowTemplateCardContext^>^ contextBuilder
)
new :
workflowCompiler : IWorkflowEngineCompiler *
workflowTilesCompiler : IWorkflowEngineTilesCompiler *
contextBuilder : Func<WorkflowTemplateCardContext> -> BusinessProcessUIExtension
Параметры
- workflowCompiler
- Тип: Tessa.Workflow.CompilationIWorkflowEngineCompiler
- workflowTilesCompiler
- Тип: Tessa.Workflow.CompilationIWorkflowEngineTilesCompiler
- contextBuilder
- Тип: SystemFuncWorkflowTemplateCardContext
См. также