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