Inheritance
System.Object
MenuManager
Implements
ITransientDependency
Assembly: Volo.Abp.UI.Navigation.dll
public class MenuManager : object, IMenuManager, ITransientDependency
Constructors
Declaration
public MenuManager(IOptions<AbpNavigationOptions> options, IHybridServiceScopeFactory serviceScopeFactory)
Parameters
| Type |
Name |
Description |
| IOptions<AbpNavigationOptions> |
options |
|
| IHybridServiceScopeFactory |
serviceScopeFactory |
|
Properties
Declaration
protected AbpNavigationOptions Options { get; }
Property Value
Declaration
protected IHybridServiceScopeFactory ServiceScopeFactory { get; }
Property Value
| Type |
Description |
| IHybridServiceScopeFactory |
|
Methods
Declaration
public Task<ApplicationMenu> GetAsync(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
Declaration
protected virtual void NormalizeMenu(IHasMenuItems menuWithItems)
Parameters
Implements
ITransientDependency
Extension Methods