Show / Hide Table of Contents

Class FeatureManagementModal

Inheritance
System.Object
FeatureManagementModal
Namespace: Volo.Abp.FeatureManagement.Web.Pages.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Web.dll
Syntax
public class FeatureManagementModal : AbpPageModel

Constructors

FeatureManagementModal(IFeatureAppService)

Declaration
public FeatureManagementModal(IFeatureAppService featureAppService)
Parameters
Type Name Description
IFeatureAppService featureAppService

Properties

FeatureAppService

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

FeatureGroups

Declaration
[BindProperty]
public List<FeatureManagementModal.FeatureGroupViewModel> FeatureGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FeatureManagementModal.FeatureGroupViewModel>

FeatureListResultDto

Declaration
public GetFeatureListResultDto FeatureListResultDto { get; set; }
Property Value
Type Description
GetFeatureListResultDto

ProviderKey

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ProviderKey { get; set; }
Property Value
Type Description
System.String

ProviderName

Declaration
[Required]
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ProviderName { get; set; }
Property Value
Type Description
System.String

Methods

IsDisabled(String)

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

OnGetAsync()

Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>

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