WidgetTemplatesRepositoryGetTemplatesInfoAsync - метод

Retrieves the widget templates info for specified kind and type of dashboard, if any.

Definition

Пространство имён: Tessa.Dashboards.WidgetTemplates
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Task<WidgetTemplateInfo[]> GetTemplatesInfoAsync(
	DashboardType? dashboardType = null,
	WidgetTemplatesKind? kind = null,
	CancellationToken cancellationToken = default
)

Параметры

dashboardType  NullableDashboardType  (Optional)
Dashboard types.
kind  NullableWidgetTemplatesKind  (Optional)
The kind of widget templates.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskWidgetTemplateInfo
Collection of WidgetTemplateInfo objects.

Реализации

IWidgetTemplatesRepositoryGetTemplatesInfoAsync(NullableDashboardType, NullableWidgetTemplatesKind, CancellationToken)

См. также