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

Initializes a new instance of the QuickSearchContent class. Initializes a new instance of the BaseContentItem class. Инициализирует новый экземпляр класса Object.

Definition

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

Параметры

component  IWorkplaceViewComponent
Компонент к которому привязано данное поле
placeAreas  IEnumerableIPlaceArea  (Optional)
Список областей вывода элемента
dataTemplateFunc  FuncIPlaceArea, DataTemplate  (Optional)
Обработка выдачи шаблона в зависимости от области расположения placeAreas элемента
ordering  Int32  (Optional)
Порядок вывода элемента

См. также