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

Initializes a new instance of the WorkplaceViewModel class.

Definition

Пространство имён: Tessa.UI.Views
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public WorkplaceViewModel(
	[NotNullAttribute] IWorkplaceCreationContext creationContext,
	[NotNullAttribute] IQueryRouter queryRouter,
	[NotNullAttribute] ICommandRouter commandRouter,
	[NotNullAttribute] IContentProviderStorage contentStorage,
	[NotNullAttribute] IContentProviderCreationStrategy strategy,
	[NotNullAttribute] CreateMenuContextFunc contextMenuFactory,
	[NotNullAttribute] ITreeItemAsyncLoaderFactory asyncLoaderFactory
)

Параметры

creationContext  IWorkplaceCreationContext
Контекст создания рабочего места
queryRouter  IQueryRouter
Сервис обработки перенаправляемых запросов
commandRouter  ICommandRouter
Сервис обработки перенаправляемых команд
contentStorage  IContentProviderStorage
Хранилище поставщиков содержимого
strategy  IContentProviderCreationStrategy
Стратегия создания элементов содержимого
contextMenuFactory  CreateMenuContextFunc
Фабрика создания контекстного меню
asyncLoaderFactory  ITreeItemAsyncLoaderFactory
The async Loader Factory.

См. также