DeputyInfoAiAgentPlugin - конструктор
Плагин ИИ-агента для получения информации по замещениям сотрудников.
Пространство имён: Tessa.Extensions.Default.Server.Ai.PluginsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public DeputyInfoAiAgentPlugin(
IAiEmployeeSearchService aiEmployeeSearchService,
ICurrentUserViewService viewService,
IDbScope dbScope
)
Public Sub New (
aiEmployeeSearchService As IAiEmployeeSearchService,
viewService As ICurrentUserViewService,
dbScope As IDbScope
)
public:
DeputyInfoAiAgentPlugin(
IAiEmployeeSearchService^ aiEmployeeSearchService,
ICurrentUserViewService^ viewService,
IDbScope^ dbScope
)
new :
aiEmployeeSearchService : IAiEmployeeSearchService *
viewService : ICurrentUserViewService *
dbScope : IDbScope -> DeputyInfoAiAgentPlugin
Параметры
- aiEmployeeSearchService IAiEmployeeSearchService
Service for searching employees in the view.
- viewService ICurrentUserViewService
Сервис
IViewService с ограничением на предоставление представлений только текущему пользователю.
- dbScope IDbScope
-