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

FeatureListDto

Declaration
public FeatureListDto FeatureListDto { get; set; }
Property Value
Type Description
FeatureListDto

Features

Declaration
public List<FeatureManagementModal.FeatureViewModel> Features { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FeatureManagementModal.FeatureViewModel>

ProviderKey

Declaration
[Required]
public string ProviderKey { get; set; }
Property Value
Type Description
System.String

ProviderName

Declaration
[Required]
public string ProviderName { get; set; }
Property Value
Type Description
System.String

Methods

OnGetAsync()

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

OnPostAsync()

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, 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