Show / Hide Table of Contents

Class FeatureManagementModal

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
AbpFeatureManagementComponentBase
FeatureManagementModal
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
AbpComponentBase.LazyGetRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetService<TService>(ref TService)
AbpComponentBase.LazyGetService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedService<TRef>(Type, ref TRef)
AbpComponentBase.CreateLocalizer()
AbpComponentBase.HandleErrorAsync(Exception)
AbpComponentBase.StringLocalizerFactory
AbpComponentBase.L
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.CurrentTenant
AbpComponentBase.Message
AbpComponentBase.Notify
AbpComponentBase.UserExceptionInformer
AbpComponentBase.AlertManager
AbpComponentBase.Clock
AbpComponentBase.Alerts
AbpComponentBase.ObjectMapper
AbpComponentBase.ObjectMapperContext
AbpComponentBase.NonScopedServices
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(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.FeatureManagement.Blazor.Components
Assembly: Volo.Abp.FeatureManagement.Blazor.dll
Syntax
public class FeatureManagementModal : AbpFeatureManagementComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

FeatureManagementModal()

Declaration
public FeatureManagementModal()

Fields

Modal

Declaration
protected Modal Modal
Field Value
Type Description
Modal

ProviderKey

Declaration
protected string ProviderKey
Field Value
Type Description
string

ProviderKeyDisplayName

Declaration
protected string ProviderKeyDisplayName
Field Value
Type Description
string

ProviderName

Declaration
protected string ProviderName
Field Value
Type Description
string

SelectedTabName

Declaration
protected string SelectedTabName
Field Value
Type Description
string

SelectionStringValues

Declaration
protected Dictionary<string, string> SelectionStringValues
Field Value
Type Description
Dictionary<string, string>

ToggleValues

Declaration
protected Dictionary<string, bool> ToggleValues
Field Value
Type Description
Dictionary<string, bool>

Properties

CurrentApplicationConfigurationCacheResetService

Declaration
[Inject]
protected ICurrentApplicationConfigurationCacheResetService CurrentApplicationConfigurationCacheResetService { get; set; }
Property Value
Type Description
ICurrentApplicationConfigurationCacheResetService

FeatureAppService

Declaration
[Inject]
protected IFeatureAppService FeatureAppService { get; set; }
Property Value
Type Description
IFeatureAppService

Groups

Declaration
protected List<FeatureGroupDto> Groups { get; set; }
Property Value
Type Description
List<FeatureGroupDto>

HtmlLocalizerFactory

Declaration
[Inject]
protected IStringLocalizerFactory HtmlLocalizerFactory { get; set; }
Property Value
Type Description
IStringLocalizerFactory

LocalizationOptions

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

UiMessageService

Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Type Description
IUiMessageService

Methods

BuildRenderTree(RenderTreeBuilder)

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

CheckParents(string)

Declaration
protected virtual void CheckParents(string parentName)
Parameters
Type Name Description
string parentName

CloseModal()

Declaration
public virtual Task CloseModal()
Returns
Type Description
Task

ClosingModal(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

CreateStringLocalizer(string)

Declaration
protected virtual IStringLocalizer CreateStringLocalizer(string resourceName)
Parameters
Type Name Description
string resourceName
Returns
Type Description
IStringLocalizer

DeleteAsync(string, string)

Declaration
public virtual Task DeleteAsync(string providerName, string providerKey = null)
Parameters
Type Name Description
string providerName
string providerKey
Returns
Type Description
Task

GetFeatureStyles(FeatureDto)

Declaration
protected virtual string GetFeatureStyles(FeatureDto feature)
Parameters
Type Name Description
FeatureDto feature
Returns
Type Description
string

GetNormalizedGroupName(string)

Declaration
protected virtual string GetNormalizedGroupName(string name)
Parameters
Type Name Description
string name
Returns
Type Description
string

IsDisabled(string)

Declaration
protected virtual bool IsDisabled(string providerName)
Parameters
Type Name Description
string providerName
Returns
Type Description
bool

OnFeatureValueChangedAsync(string, FeatureDto)

Declaration
protected virtual Task OnFeatureValueChangedAsync(string value, FeatureDto feature)
Parameters
Type Name Description
string value
FeatureDto feature
Returns
Type Description
Task

OnSelectedValueChangedAsync(bool, FeatureDto)

Declaration
protected virtual Task OnSelectedValueChangedAsync(bool value, FeatureDto feature)
Parameters
Type Name Description
bool value
FeatureDto feature
Returns
Type Description
Task

OpenAsync(string, string, string)

Declaration
public virtual Task OpenAsync(string providerName, string providerKey = null, string providerKeyDisplayName = null)
Parameters
Type Name Description
string providerName
string providerKey
string providerKeyDisplayName
Returns
Type Description
Task

SaveAsync()

Declaration
protected virtual Task SaveAsync()
Returns
Type Description
Task

UncheckChildren(string)

Declaration
protected virtual void UncheckChildren(string featureName)
Parameters
Type Name Description
string featureName

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

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