 | BpmConnectionMapToMethod - метод |
Осуществляет сопоставление параметров метода.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprivate DataListsTree MapToMethod(
DataListsTree processDataListsTree
)
Private Function MapToMethod (
processDataListsTree As DataListsTree
) As DataListsTree
Dim instance As BpmConnection
Dim processDataListsTree As DataListsTree
Dim returnValue As DataListsTree
returnValue = instance.MapToMethod(processDataListsTree)
private function MapToMethod(
processDataListsTree : DataListsTree
) : DataListsTree
Параметры
- processDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Не модифицировать в функции! Это указание оставить в ремарках.
Возвращаемое значение
Тип:
DataListsTreeСписок сопоставленных параметров.
См. также