Show / Hide Table of Contents

Class FeatureManagementModal

Inheritance
System.Object
FeatureManagementModal
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.FeatureManagement.Blazor.Components
Assembly: Volo.Abp.FeatureManagement.Blazor.dll
Syntax
public class FeatureManagementModal

Fields

Modal

Declaration
protected Modal Modal
Field Value
Type Description
Modal

ProviderKey

Declaration
protected string ProviderKey
Field Value
Type Description
System.String

ProviderName

Declaration
protected string ProviderName
Field Value
Type Description
System.String

SelectedTabName

Declaration
protected string SelectedTabName
Field Value
Type Description
System.String

SelectionStringValues

Declaration
protected Dictionary<string, string> SelectionStringValues
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

ToggleValues

Declaration
protected Dictionary<string, bool> ToggleValues
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Boolean>

Properties

FeatureAppService

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

Groups

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

HtmlLocalizerFactory

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

L

Declaration
protected IStringLocalizer<AbpFeatureManagementResource> L { get; set; }
Property Value
Type Description
IStringLocalizer<AbpFeatureManagementResource>

LocalizationOptions

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

UiMessageService

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

Methods

CloseModal()

Declaration
public virtual Task CloseModal()
Returns
Type Description
System.Threading.Tasks.Task

CreateStringLocalizer(String)

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

GetNormalizedGroupName(String)

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

IsDisabled(String)

Declaration
protected virtual bool IsDisabled(string providerName)
Parameters
Type Name Description
System.String providerName
Returns
Type Description
System.Boolean

OnFeatureValueChangedAsync(String, FeatureDto)

Declaration
protected virtual Task OnFeatureValueChangedAsync(string value, FeatureDto feature)
Parameters
Type Name Description
System.String value
FeatureDto feature
Returns
Type Description
System.Threading.Tasks.Task

OpenAsync(String, String)

Declaration
public virtual Task OpenAsync(string providerName, string providerKey = null)
Parameters
Type Name Description
System.String providerName
System.String providerKey
Returns
Type Description
System.Threading.Tasks.Task

SaveAsync()

Declaration
protected virtual Task SaveAsync()
Returns
Type Description
System.Threading.Tasks.Task

SelectedValueChanged(String, String)

Declaration
protected virtual void SelectedValueChanged(string featureName, string value)
Parameters
Type Name Description
System.String featureName
System.String value

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft