NotificationMessageProvider - конструктор

Initializes a new instance of the NotificationMessageProvider class.

Definition

Пространство имён: Tessa.UI.AppManager
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public NotificationMessageProvider(
	[NotNullAttribute] IErrorLog errorLog,
	[NotNullAttribute] Func<INotificationUIManager> manager,
	[NotNullAttribute] ApplicationCatalogNameResolver catalogNameResolver
)

Параметры

errorLog  IErrorLog
Лог ошибок
manager  FuncINotificationUIManager
Диспетчер уведомлений
catalogNameResolver  ApplicationCatalogNameResolver
Возвращает имя каталога приложений

См. также