Show / Hide Table of Contents

Class SettingManagement

Inheritance
object
ComponentBase
SettingManagement
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.SettingManagement.Blazor.Pages.SettingManagement
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
[Authorize]
[RequiresFeature(new string[] { "SettingManagement.Enable" })]
[Route("/setting-management")]
public class SettingManagement : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

SettingManagement()

Declaration
public SettingManagement()

Fields

BreadcrumbItems

Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
Type Description
List<BreadcrumbItem>

SelectedGroup

Declaration
protected string SelectedGroup
Field Value
Type Description
string

Properties

L

Declaration
[Inject]
protected IStringLocalizer<AbpSettingManagementResource> L { get; set; }
Property Value
Type Description
IStringLocalizer<AbpSettingManagementResource>

Options

Declaration
protected SettingManagementComponentOptions Options { get; }
Property Value
Type Description
SettingManagementComponentOptions

ServiceProvider

Declaration
[Inject]
protected IServiceProvider ServiceProvider { get; set; }
Property Value
Type Description
IServiceProvider

SettingComponentCreationContext

Declaration
protected SettingComponentCreationContext SettingComponentCreationContext { get; set; }
Property Value
Type Description
SettingComponentCreationContext

SettingItemRenders

Declaration
protected List<RenderFragment> SettingItemRenders { get; set; }
Property Value
Type Description
List<RenderFragment>

_options

Declaration
[Inject]
protected IOptions<SettingManagementComponentOptions> _options { get; set; }
Property Value
Type Description
IOptions<SettingManagementComponentOptions>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

GetNormalizedString(string)

Declaration
protected virtual string GetNormalizedString(string value)
Parameters
Type Name Description
string value
Returns
Type Description
string

OnAfterRenderAsync(bool)

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task
Overrides
ComponentBase.OnAfterRenderAsync(bool)

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
Overrides
ComponentBase.OnInitializedAsync()

Implements

IComponent
IHandleEvent
IHandleAfterRender

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