Interface IConventionalRegistrar
Assembly: Volo.Abp.Core.dll
Syntax
public interface IConventionalRegistrar
Methods
AddAssembly(IServiceCollection, Assembly)
Declaration
void AddAssembly(IServiceCollection services, Assembly assembly)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
Assembly |
assembly |
|
AddType(IServiceCollection, Type)
Declaration
void AddType(IServiceCollection services, Type type)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
Type |
type |
|
AddTypes(IServiceCollection, Type[])
Declaration
void AddTypes(IServiceCollection services, params Type[] types)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
Type[] |
types |
|
Extension Methods