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

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

Initializes a new instance of the ApplicationViewModel class.

Пространство имён:  Tessa.UI.AppManager.CatalogService
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public ApplicationViewModel(
	[NotNullAttribute] IApplicationModel application,
	[NotNullAttribute] IApplicationCacheWiper applicationCacheWiper,
	[NotNullAttribute] GetTessaSpecialFolderDelegate getSpecialFolder,
	[NotNullAttribute] Func<ShellViewModel> shellFunc,
	[NotNullAttribute] LaunchNewInstanceCommand launchNewInstanceCommand,
	[NotNullAttribute] GroupingViewModel groupingViewModel
)

Параметры

application
Тип: Tessa.ApplicationsIApplicationModel
Приложение
applicationCacheWiper
Тип: Tessa.UI.AppManagerIApplicationCacheWiper
Осуществляет очистку кэша
getSpecialFolder
Тип: Tessa.ApplicationsGetTessaSpecialFolderDelegate
Возвращает путь к папке приложения
shellFunc
Тип: SystemFuncShellViewModel
The shell View Model Func.
launchNewInstanceCommand
Тип: Tessa.UI.AppManager.CatalogServiceLaunchNewInstanceCommand
The launch New Instance Command.
groupingViewModel
Тип: Tessa.UI.AppManagerGroupingViewModel
The grouping View Model.
См. также