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

Initializes a new instance of the ApplicationViewModel class.

Definition

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

Параметры

application  IApplicationModel
Приложение
applicationCacheWiper  IApplicationCacheWiper
Осуществляет очистку кэша
getSpecialFolder  GetTessaSpecialFolderDelegate
Возвращает путь к папке приложения
shellFunc  FuncShellViewModel
The shell View Model Func.
launchNewInstanceCommand  LaunchNewInstanceCommand
The launch New Instance Command.
createDesktopShortcutCommand  CreateDesktopShortcutCommand
groupingViewModel  GroupingViewModel
The grouping View Model.

См. также