Show / Hide Table of Contents

Interface IToolbarConfigurationContext

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Toolbars
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
ITheme Theme { get; }
Property Value
Type Description
ITheme

Toolbar

Declaration
Toolbar Toolbar { get; }
Property Value
Type Description
Toolbar

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
Name Description
T

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft