NotificationMessageProvider - конструктор |
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public NotificationMessageProvider(
[NotNullAttribute] IErrorLog errorLog,
[NotNullAttribute] Func<INotificationUIManager> manager,
[NotNullAttribute] ApplicationCatalogNameResolver catalogNameResolver
)
Public Sub New (
<NotNullAttribute> errorLog As IErrorLog,
<NotNullAttribute> manager As Func(Of INotificationUIManager),
<NotNullAttribute> catalogNameResolver As ApplicationCatalogNameResolver
)
public:
NotificationMessageProvider(
[NotNullAttribute] IErrorLog^ errorLog,
[NotNullAttribute] Func<INotificationUIManager^>^ manager,
[NotNullAttribute] ApplicationCatalogNameResolver^ catalogNameResolver
)
new :
[<NotNullAttribute>] errorLog : IErrorLog *
[<NotNullAttribute>] manager : Func<INotificationUIManager> *
[<NotNullAttribute>] catalogNameResolver : ApplicationCatalogNameResolver -> NotificationMessageProvider
Параметры
- errorLog
- Тип: Tessa.ApplicationsIErrorLog
Лог ошибок
- manager
- Тип: SystemFuncINotificationUIManager
Диспетчер уведомлений
- catalogNameResolver
- Тип: Tessa.UI.AppManagerApplicationCatalogNameResolver
Возвращает имя каталога приложений
См. также