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

Initializes a new instance of the TableView class.

Definition

Пространство имён: Tessa.UI.Views.Content
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public TableView(
	[NotNullAttribute] IWorkplaceViewComponent component,
	[NotNullAttribute] CreateMenuContextFunc menuContextFactory,
	[NotNullAttribute] GridViewFactoryResolver factoryResolver,
	[CanBeNullAttribute] IEnumerable<IPlaceArea> placeAreas = null,
	[CanBeNullAttribute] Func<IPlaceArea, DataTemplate> dataTemplateFunc = null,
	int ordering = -2147482648
)

Параметры

component  IWorkplaceViewComponent
Модель предоставляющая данные для отображения
menuContextFactory  CreateMenuContextFunc
Контекст создания контекстного меню
factoryResolver  GridViewFactoryResolver
Возвращает фабрику создания визуальных элементов
placeAreas  IEnumerableIPlaceArea  (Optional)
Области расположения
dataTemplateFunc  FuncIPlaceArea, DataTemplate  (Optional)
Фабрика получения шаблона вывода данных
ordering  Int32  (Optional)
Порядковый номер вывода

Исключения

ApplicationException Error getting view metadata

См. также