Для изменения размера нажмите или перетащите

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

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

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

Параметры

shellViewModelFactory
Тип: SystemFuncShellViewModel
The shell View Model Factory.
buttonsViewModelFactory
Тип: Tessa.UI.AppManager.CatalogServiceApplicationCatalogEditorButtonsViewModelFactory
Фабрика создания модели-представления кнопок редактирования каталога приложений
viewModel
Тип: Tessa.UI.AppManager.CatalogServiceEditableApplicationCatalogViewModel
The view Model.
catalog
Тип: Tessa.ApplicationsIApplicationCatalog
The catalog.
См. также