Class ModuleInfoProvider
Inheritance
ModuleInfoProvider
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ModuleInfoProvider : IModuleInfoProvider, ITransientDependency
Constructors
ModuleInfoProvider(IJsonSerializer, ICancellationTokenProvider, IRemoteServiceExceptionHandler, CliHttpClientFactory)
Declaration
public ModuleInfoProvider(IJsonSerializer jsonSerializer, ICancellationTokenProvider cancellationTokenProvider, IRemoteServiceExceptionHandler remoteServiceExceptionHandler, CliHttpClientFactory cliHttpClientFactory)
Parameters
Properties
CancellationTokenProvider
Declaration
public ICancellationTokenProvider CancellationTokenProvider { get; }
Property Value
JsonSerializer
Declaration
public IJsonSerializer JsonSerializer { get; }
Property Value
RemoteServiceExceptionHandler
Declaration
public IRemoteServiceExceptionHandler RemoteServiceExceptionHandler { get; }
Property Value
Methods
GetAsync(string)
Declaration
public Task<ModuleInfo> GetAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetModuleListAsync()
Declaration
public Task<List<ModuleInfo>> GetModuleListAsync()
Returns
Implements
Extension Methods