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 |
|
FeatureGroups
Declaration
[BindProperty]
public List<FeatureManagementModal.FeatureGroupViewModel> FeatureGroups { get; set; }
Property Value
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