Class FeaturesController
Inheritance
System.Object
FeaturesController
Implements
IAvoidDuplicateCrossCuttingConcerns
IApplicationService
Assembly: Volo.Abp.FeatureManagement.HttpApi.dll
Syntax
public class FeaturesController : AbpController, IAvoidDuplicateCrossCuttingConcerns, IFeatureAppService, IApplicationService
Constructors
FeaturesController(IFeatureAppService)
Declaration
public FeaturesController(IFeatureAppService featureAppService)
Parameters
Properties
FeatureAppService
Declaration
protected IFeatureAppService FeatureAppService { get; }
Property Value
Methods
GetAsync(String, String)
Declaration
public virtual Task<FeatureListDto> GetAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
providerKey |
|
Returns
UpdateAsync(String, String, UpdateFeaturesDto)
Declaration
public virtual Task UpdateAsync(string providerName, string providerKey, UpdateFeaturesDto input)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
providerKey |
|
UpdateFeaturesDto |
input |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
IAvoidDuplicateCrossCuttingConcerns
IApplicationService
Extension Methods