Show / Hide Table of Contents

Interface IToolbarConfigurationContext

Inherited Members
IServiceProviderAccessor.ServiceProvider
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming.Toolbars
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.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

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
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
string policyName
Returns
Type Description
Task<bool>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform