 | BpmSimpleElementUnmap - метод |
Сопоставляет выходные параметры метода с параметрами процесса.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprotected void Unmap(
DataListsTree processDataListsTree,
DataListsTree methodDataListsTree
)
Protected Sub Unmap (
processDataListsTree As DataListsTree,
methodDataListsTree As DataListsTree
)
Dim processDataListsTree As DataListsTree
Dim methodDataListsTree As DataListsTree
Me.Unmap(processDataListsTree, methodDataListsTree)
protected function Unmap(
processDataListsTree : DataListsTree,
methodDataListsTree : DataListsTree
)
Параметры
- processDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров процесса. - methodDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров метода.
См. также