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

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

Definition

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

Параметры

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

См. также