 | BpmSimpleElementGetConnections - метод |
Получает набор соединений.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal virtual ObjectsSetProperty<BpmConnection> GetConnections(
DataListsTree processDataListsTree
)
Friend Overridable Function GetConnections (
processDataListsTree As DataListsTree
) As ObjectsSetProperty(Of BpmConnection)
Dim instance As BpmSimpleElement
Dim processDataListsTree As DataListsTree
Dim returnValue As ObjectsSetProperty(Of BpmConnection)
returnValue = instance.GetConnections(processDataListsTree)
internal function GetConnections(
processDataListsTree : DataListsTree
) : ObjectsSetProperty<BpmConnection>
Параметры
- processDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров процесса.
Возвращаемое значение
Тип:
ObjectsSetPropertyBpmConnectionНабор соединений.
См. также