WorkplaceViewComponentInitializationStrategyDefaultBuildContent - метод

Осуществляет построение моделей представлений содержимого

Definition

Пространство имён: Tessa.UI.Views
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
protected static void DefaultBuildContent(
	[NotNullAttribute] IWorkplaceViewComponent model,
	[NotNullAttribute] ObservableCollection<Object> content,
	[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent, Object>> contentFactories
)

Параметры

model  IWorkplaceViewComponent
Модель для которой вызывается метод
content  ObservableCollectionObject
Коллекция в которую должны быть помещены элементы содержимого
contentFactories  IEnumerableFuncIWorkplaceViewComponent, Object
Список фабрик создания моделей-представлений содержимого

См. также