Class FeaturesClientProxy
Inheritance
FeaturesClientProxy
Assembly: Volo.Abp.FeatureManagement.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IFeatureAppService), typeof(FeaturesClientProxy) })]
public class FeaturesClientProxy : ClientProxyBase<IFeatureAppService>, ITransientDependency, IFeatureAppService, IApplicationService, IRemoteService
Constructors
FeaturesClientProxy()
Declaration
public FeaturesClientProxy()
Methods
DeleteAsync(string, string)
Declaration
public virtual Task DeleteAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
string |
providerName |
|
string |
providerKey |
|
Returns
GetAsync(string, string)
Declaration
public virtual Task<GetFeatureListResultDto> GetAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
string |
providerName |
|
string |
providerKey |
|
Returns
UpdateAsync(string, string, UpdateFeaturesDto)
Declaration
public virtual Task UpdateAsync(string providerName, string providerKey, UpdateFeaturesDto input)
Parameters
Returns
Implements
Extension Methods