 | BpmConnectionCreateConnection - метод |
Создаёт соединение BPM.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static BpmConnection CreateConnection(
BpmSimpleElement from,
BpmSimpleElement to
)
Friend Shared Function CreateConnection (
from As BpmSimpleElement,
to As BpmSimpleElement
) As BpmConnection
Dim from As BpmSimpleElement
Dim to As BpmSimpleElement
Dim returnValue As BpmConnection
returnValue = BpmConnection.CreateConnection(from,
to)
internal static function CreateConnection(
from : BpmSimpleElement,
to : BpmSimpleElement
) : BpmConnection
Параметры
- from
- Тип: FinistSoft.Engine.ObjectsBpmSimpleElement
Из. - to
- Тип: FinistSoft.Engine.ObjectsBpmSimpleElement
В.
Возвращаемое значение
Тип:
BpmConnectionСоединение BPM.
См. также