DashboardFakePermissionsManagerActualizeTokensForStoreDashboardAsync - метод

Updates and validates tokens for widgets on a dashboard when storing the dashboard data.

Definition

Пространство имён: Tessa.Dashboards
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public ValueTask ActualizeTokensForStoreDashboardAsync(
	DashboardType dashboardType,
	IReadOnlyCollection<Widget> widgets,
	IReadOnlyDictionary<Guid, List<WidgetFile>> widgetFiles,
	IDictionary<Guid, WidgetUpdateInfo> widgetUpdates,
	IReadOnlyDictionary<Guid, WidgetStoreOptions>? widgetOptions,
	IValidationResultBuilder validationResult,
	CancellationToken cancellationToken = default
)

Параметры

dashboardType  DashboardType
Dashboard types.
widgets  IReadOnlyCollectionWidget
A collection of widgets at personal dashboard to update tokens for.
widgetFiles  IReadOnlyDictionaryGuid, ListWidgetFile
A dictionary containing information about widget files.
widgetUpdates  IDictionaryGuid, WidgetUpdateInfo
A dictionary containing information about widget updates.
widgetOptions  IReadOnlyDictionaryGuid, WidgetStoreOptions
A dictionary containing options for widget storage, including whether the widget is shared if any.
validationResult  IValidationResultBuilder
Объект, выполняющий построение результата валидации.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

ValueTask
Asynchronous task.

Реализации

IDashboardPermissionsManagerActualizeTokensForStoreDashboardAsync(DashboardType, IReadOnlyCollectionWidget, IReadOnlyDictionaryGuid, ListWidgetFile, IDictionaryGuid, WidgetUpdateInfo, IReadOnlyDictionaryGuid, WidgetStoreOptions, IValidationResultBuilder, CancellationToken)

См. также