 | BpmSchemeGetObjectsSet - метод |
Возвращает набор бизнес-объектов.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static IList<QueryResultRow> GetObjectsSet(
BpmElement bpmElement,
BpmProcess bpmProcess
)
Friend Shared Function GetObjectsSet (
bpmElement As BpmElement,
bpmProcess As BpmProcess
) As IList(Of QueryResultRow)
Dim bpmElement As BpmElement
Dim bpmProcess As BpmProcess
Dim returnValue As IList(Of QueryResultRow)
returnValue = BpmScheme.GetObjectsSet(bpmElement,
bpmProcess)
internal static function GetObjectsSet(
bpmElement : BpmElement,
bpmProcess : BpmProcess
) : IList<QueryResultRow>
Параметры
- bpmElement
- Тип: FinistSoft.Engine.ObjectsBpmElement
Элемент BPM. - bpmProcess
- Тип: FinistSoft.Engine.ObjectsBpmProcess
Процесс BPM.
Возвращаемое значение
Тип:
IListQueryResultRowНабор бизнес-объектов.
См. также