Show / Hide Table of Contents

Interface IAbpModuleDescriptor

Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpModuleDescriptor

Properties

AllAssemblies

Declaration
Assembly[] AllAssemblies { get; }
Property Value
Type Description
Assembly[]

Assembly

Declaration
Assembly Assembly { get; }
Property Value
Type Description
Assembly

Dependencies

Declaration
IReadOnlyList<IAbpModuleDescriptor> Dependencies { get; }
Property Value
Type Description
IReadOnlyList<IAbpModuleDescriptor>

Instance

Declaration
IAbpModule Instance { get; }
Property Value
Type Description
IAbpModule

IsLoadedAsPlugIn

Declaration
bool IsLoadedAsPlugIn { get; }
Property Value
Type Description
bool

Type

Declaration
Type Type { get; }
Property Value
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpModuleDescriptorExtensions.GetAdditionalAssemblies(IAbpModuleDescriptor)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by Volosoft