 | BpmSchemeIsOk - метод |
Определяет соответствие результата с формы нажатию ок и наличие ошибок при валидации.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static bool IsOk(
IMethodBpm methodBpm,
BpmProcess bpmProcess
)
Friend Shared Function IsOk (
methodBpm As IMethodBpm,
bpmProcess As BpmProcess
) As Boolean
Dim methodBpm As IMethodBpm
Dim bpmProcess As BpmProcess
Dim returnValue As Boolean
returnValue = BpmScheme.IsOk(methodBpm,
bpmProcess)
internal static function IsOk(
methodBpm : IMethodBpm,
bpmProcess : BpmProcess
) : boolean
Параметры
- methodBpm
- Тип: FinistSoft.ObjectsIMethodBpm
Составляющая схемы BPM, реализующая работу с методом. - bpmProcess
- Тип: FinistSoft.Engine.ObjectsBpmProcess
Запущенный BPM-процесс.
Возвращаемое значение
Тип:
BooleanTrue - проверка прошла успешно, False - наличие ошибок.
См. также