RoleManagerService - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public RoleManagerService(
IRoleManager roleManager,
IDbScope dbScope,
ISmartRoleGeneratorCache smartRoleGeneratorCache,
ISmartRoleUpdateManager smartRoleUpdateManager
)
Public Sub New (
roleManager As IRoleManager,
dbScope As IDbScope,
smartRoleGeneratorCache As ISmartRoleGeneratorCache,
smartRoleUpdateManager As ISmartRoleUpdateManager
)
public:
RoleManagerService(
IRoleManager^ roleManager,
IDbScope^ dbScope,
ISmartRoleGeneratorCache^ smartRoleGeneratorCache,
ISmartRoleUpdateManager^ smartRoleUpdateManager
)
new :
roleManager : IRoleManager *
dbScope : IDbScope *
smartRoleGeneratorCache : ISmartRoleGeneratorCache *
smartRoleUpdateManager : ISmartRoleUpdateManager -> RoleManagerService
Параметры
- roleManager IRoleManager
- Объект, выполняющий задания, связанные с пересчётом ролей и замещений.
- dbScope IDbScope
- Объект для взаимодействия с базой данных.
- smartRoleGeneratorCache ISmartRoleGeneratorCache
- Кеш генераторов умных ролей.
- smartRoleUpdateManager ISmartRoleUpdateManager
- Менеджер для перерасчёта умных ролей.