Show / Hide Table of Contents

Class ModuleInfoProvider

Inheritance
System.Object
ModuleInfoProvider
Implements
IModuleInfoProvider
ITransientDependency
Namespace: Volo.Abp.Cli.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ModuleInfoProvider : object, IModuleInfoProvider, ITransientDependency

Constructors

ModuleInfoProvider(IJsonSerializer, ICancellationTokenProvider, IRemoteServiceExceptionHandler)

Declaration
public ModuleInfoProvider(IJsonSerializer jsonSerializer, ICancellationTokenProvider cancellationTokenProvider, IRemoteServiceExceptionHandler remoteServiceExceptionHandler)
Parameters
Type Name Description
IJsonSerializer jsonSerializer
ICancellationTokenProvider cancellationTokenProvider
IRemoteServiceExceptionHandler remoteServiceExceptionHandler

Properties

CancellationTokenProvider

Declaration
public ICancellationTokenProvider CancellationTokenProvider { get; }
Property Value
Type Description
ICancellationTokenProvider

JsonSerializer

Declaration
public IJsonSerializer JsonSerializer { get; }
Property Value
Type Description
IJsonSerializer

RemoteServiceExceptionHandler

Declaration
public IRemoteServiceExceptionHandler RemoteServiceExceptionHandler { get; }
Property Value
Type Description
IRemoteServiceExceptionHandler

Methods

GetAsync(String)

Declaration
public Task<ModuleInfo> GetAsync(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
Task<ModuleInfo>

GetModuleListAsync()

Declaration
public Task<List<ModuleInfo>> GetModuleListAsync()
Returns
Type Description
Task<List<ModuleInfo>>

Implements

IModuleInfoProvider
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft