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

WorkplaceViewComponentInitializationStrategyDefaultBuildContent - метод

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

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

Параметры

model
Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель для которой вызывается метод
content
Тип: System.Collections.ObjectModelObservableCollectionObject
Коллекция в которую должны быть помещены элементы содержимого
contentFactories
Тип: System.Collections.GenericIEnumerableFuncIWorkplaceViewComponent, Object
Список фабрик создания моделей-представлений содержимого
См. также