Class FeatureManagementModal
Inheritance
System.Object
FeatureManagementModal
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
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