HashTreeBinderTableSectionBinding - конструктор
Пространство имён: Tessa.Workflow.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 HashTreeBinder
-
- section CardSection
-
- action WorkflowStorageBase
-
- node WorkflowStorageBase
-
- process WorkflowStorageBase
-
- listPath String
-
- binding String
-
- newRowAction FuncCardRow, CancellationToken, ValueTaskBoolean
-