Interface IModuleInfoProvider
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IModuleInfoProvider
Methods
GetAsync(string)
Declaration
Task<ModuleInfo> GetAsync(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><ModuleInfo> |
|
GetModuleListAsync()
Declaration
Task<List<ModuleInfo>> GetModuleListAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><System.Collections.Generic.List<T><ModuleInfo>> |
|
Extension Methods