ApplicationCatalogEditShellPageViewModel - конструктор |
Пространство имён:
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
)
Public Sub New (
<NotNullAttribute> shellViewModelFactory As Func(Of ShellViewModel),
<NotNullAttribute> buttonsViewModelFactory As ApplicationCatalogEditorButtonsViewModelFactory,
<NotNullAttribute> viewModel As EditableApplicationCatalogViewModel,
<NotNullAttribute> catalog As IApplicationCatalog
)
public:
ApplicationCatalogEditShellPageViewModel(
[NotNullAttribute] Func<ShellViewModel^>^ shellViewModelFactory,
[NotNullAttribute] ApplicationCatalogEditorButtonsViewModelFactory^ buttonsViewModelFactory,
[NotNullAttribute] EditableApplicationCatalogViewModel^ viewModel,
[NotNullAttribute] IApplicationCatalog^ catalog
)
new :
[<NotNullAttribute>] shellViewModelFactory : Func<ShellViewModel> *
[<NotNullAttribute>] buttonsViewModelFactory : ApplicationCatalogEditorButtonsViewModelFactory *
[<NotNullAttribute>] viewModel : EditableApplicationCatalogViewModel *
[<NotNullAttribute>] catalog : IApplicationCatalog -> ApplicationCatalogEditShellPageViewModel
Параметры
- 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.
См. также