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) Версия: 3.6.0.22
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.

См. также