DefaultBpmnConverterConvertChildAsyncCoreT, PObjectT, ObjectT - метод
Пространство имён: Tessa.Workflow.BPMNСборка: Tessa (в Tessa.dll) Версия: 4.0.4
protected Task ConvertChildAsync<CoreT, PObjectT, ObjectT>(
IWorkflowEngineBPMNObjectConverterContext<CoreT, PObjectT> context,
ObjectT child
)
Protected Function ConvertChildAsync(Of CoreT, PObjectT, ObjectT) (
context As IWorkflowEngineBPMNObjectConverterContext(Of CoreT, PObjectT),
child As ObjectT
) As Task
protected:
generic<typename CoreT, typename PObjectT, typename ObjectT>
Task^ ConvertChildAsync(
IWorkflowEngineBPMNObjectConverterContext<CoreT, PObjectT>^ context,
ObjectT child
)
member ConvertChildAsync :
context : IWorkflowEngineBPMNObjectConverterContext<'CoreT, 'PObjectT> *
child : 'ObjectT -> Task
- context IWorkflowEngineBPMNObjectConverterContextCoreT, PObjectT
-
- child ObjectT
-
- CoreT
- PObjectT
- ObjectT
Task