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

Initializes a new instance of the ApplicationCatalogEditShellPageViewModel class. Initializes a new instance of the ShellPageViewModel class.

Definition

Пространство имён: Tessa.UI.AppManager.CatalogService
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public ApplicationCatalogEditShellPageViewModel(
	[NotNullAttribute] Func<ShellViewModel> shellViewModelFactory,
	[NotNullAttribute] ApplicationCatalogEditorButtonsViewModelFactory buttonsViewModelFactory,
	[NotNullAttribute] EditableApplicationCatalogViewModel viewModel,
	[NotNullAttribute] IApplicationCatalog catalog
)

Параметры

shellViewModelFactory  FuncShellViewModel
The shell View Model Factory.
buttonsViewModelFactory  ApplicationCatalogEditorButtonsViewModelFactory
Фабрика создания модели-представления кнопок редактирования каталога приложений
viewModel  EditableApplicationCatalogViewModel
The view Model.
catalog  IApplicationCatalog
The catalog.

См. также