Class PageToolbarManager
Inheritance
System.Object
PageToolbarManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.PageToolbars
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class PageToolbarManager : IPageToolbarManager, ITransientDependency
Constructors
PageToolbarManager(IOptions<AbpPageToolbarOptions>, IHybridServiceScopeFactory)
Declaration
public PageToolbarManager(IOptions<AbpPageToolbarOptions> options, IHybridServiceScopeFactory serviceScopeFactory)
Parameters
Type | Name | Description |
---|---|---|
IOptions<AbpPageToolbarOptions> | options | |
IHybridServiceScopeFactory | serviceScopeFactory |
Properties
Options
Declaration
protected AbpPageToolbarOptions Options { get; }
Property Value
Type | Description |
---|---|
AbpPageToolbarOptions |
ServiceScopeFactory
Declaration
protected IHybridServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Type | Description |
---|---|
IHybridServiceScopeFactory |
Methods
GetItemsAsync(String)
Declaration
public virtual Task<PageToolbarItem[]> GetItemsAsync(string pageName)
Parameters
Type | Name | Description |
---|---|---|
System.String | pageName |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PageToolbarItem[]> |
Implements
ITransientDependency