BusinessProcessTemplateConditionSourceHandler - конструктор
Создаёт экземпляр класса с указанием его свойств.
Пространство имён: Tessa.Extensions.Platform.Shared.ConditionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public BusinessProcessTemplateConditionSourceHandler(
[OptionalDependencyAttribute] IDbScope dbScope = null
)
Public Sub New (
<OptionalDependencyAttribute> Optional dbScope As IDbScope = Nothing
)
public:
BusinessProcessTemplateConditionSourceHandler(
[OptionalDependencyAttribute] IDbScope^ dbScope = nullptr
)
new :
[<OptionalDependencyAttribute>] ?dbScope : IDbScope
(* Defaults:
let _dbScope = defaultArg dbScope null
*)
-> BusinessProcessTemplateConditionSourceHandler
Параметры
- dbScope IDbScope (Optional)
- Объект для взаимодействия с базой данных. Может быть не задан, если обработчик используется на клиентской стороне.