Interface IToolbarConfigurationContext
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public interface IToolbarConfigurationContext : IServiceProviderAccessor
Properties
AuthorizationService
Declaration
IAuthorizationService AuthorizationService { get; }
Property Value
Type |
Description |
IAuthorizationService |
|
StringLocalizerFactory
Declaration
IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
Type |
Description |
IStringLocalizerFactory |
|
Theme
Declaration
Property Value
Toolbar
Declaration
Property Value
Methods
GetDefaultLocalizer()
Declaration
IStringLocalizer GetDefaultLocalizer()
Returns
Type |
Description |
IStringLocalizer |
|
GetLocalizer(Type)
Declaration
IStringLocalizer GetLocalizer(Type resourceType)
Parameters
Type |
Name |
Description |
System.Type |
resourceType |
|
Returns
Type |
Description |
IStringLocalizer |
|
GetLocalizer<T>()
Declaration
IStringLocalizer GetLocalizer<T>()
Returns
Type |
Description |
IStringLocalizer |
|
Type Parameters
IsGrantedAsync(String)
Declaration
Task<bool> IsGrantedAsync(string policyName)
Parameters
Type |
Name |
Description |
System.String |
policyName |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Extension Methods