IWidgetTemplatesPermissionsProvider - интерфейс
Provider for performing permissions checks related to operations with widget templates.
Пространство имён: Tessa.Dashboards.WidgetTemplatesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public interface IWidgetTemplatesPermissionsProvider
Public Interface IWidgetTemplatesPermissionsProvider
public interface class IWidgetTemplatesPermissionsProvider
type IWidgetTemplatesPermissionsProvider = interface end
| CanAdministrateAsync |
Checks whether the curent user has permission to administrate widget templates.
|
| CanEditAsync |
Checks whether the current user has permission to edit widget templates.
|
| RecalculatePermissionsAsync |
Performs a permissions check on the widget template(s) permission token, if specified,
and try calculates the current permissions with token reissue.
|