HashTreeBinderTableSectionBinding - конструктор |
Пространство имён:
Tessa.Workflow.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public TableSectionBinding(
HashTreeBinder hashBinder,
CardSection section,
WorkflowStorageBase action,
WorkflowStorageBase node,
WorkflowStorageBase process,
string[] listPath,
string binding,
Func<CardRow, CancellationToken, ValueTask<bool>> newRowAction
)
Public Sub New (
hashBinder As HashTreeBinder,
section As CardSection,
action As WorkflowStorageBase,
node As WorkflowStorageBase,
process As WorkflowStorageBase,
listPath As String(),
binding As String,
newRowAction As Func(Of CardRow, CancellationToken, ValueTask(Of Boolean))
)
public:
TableSectionBinding(
HashTreeBinder^ hashBinder,
CardSection^ section,
WorkflowStorageBase^ action,
WorkflowStorageBase^ node,
WorkflowStorageBase^ process,
array<String^>^ listPath,
String^ binding,
Func<CardRow^, CancellationToken, ValueTask<bool>>^ newRowAction
)
new :
hashBinder : HashTreeBinder *
section : CardSection *
action : WorkflowStorageBase *
node : WorkflowStorageBase *
process : WorkflowStorageBase *
listPath : string[] *
binding : string *
newRowAction : Func<CardRow, CancellationToken, ValueTask<bool>> -> TableSectionBinding
Параметры
- hashBinder
- Тип: Tessa.Workflow.StorageHashTreeBinder
- section
- Тип: Tessa.CardsCardSection
- action
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- node
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- process
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- listPath
- Тип: SystemString
- binding
- Тип: SystemString
- newRowAction
- Тип: SystemFuncCardRow, CancellationToken, ValueTaskBoolean
См. также