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

Initializes a new instance of the ConnectionStateViewModel class.

Definition

Пространство имён: Tessa.UI.AppManager.CatalogService
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ConnectionStateViewModel(
	[NotNullAttribute] Func<Task<IApplicationCatalogRegistry>> getCatalogRegistryFuncAsync,
	[NotNullAttribute] IErrorLog errorLog,
	[NotNullAttribute] IShowErrorsCommand showErrorsCommand
)

Параметры

getCatalogRegistryFuncAsync  FuncTaskIApplicationCatalogRegistry
Реестр каталогов приложений
errorLog  IErrorLog
Лог ошибок
showErrorsCommand  IShowErrorsCommand
Команда вывода сообщения об ошибке

См. также