Interface IFeatureAppService
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public interface IFeatureAppService : IApplicationService, IRemoteService
Methods
DeleteAsync(string, string)
Declaration
Task DeleteAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
string |
providerName |
|
string |
providerKey |
|
Returns
GetAsync(string, string)
Declaration
Task<GetFeatureListResultDto> GetAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
string |
providerName |
|
string |
providerKey |
|
Returns
UpdateAsync(string, string, UpdateFeaturesDto)
Declaration
Task UpdateAsync(string providerName, string providerKey, UpdateFeaturesDto input)
Parameters
Returns
Extension Methods