Class RepositoryRegistration_Tests.MyTestRepositoryRegistrar
Inheritance
RepositoryRegistration_Tests.MyTestRepositoryRegistrar
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class RepositoryRegistration_Tests.MyTestRepositoryRegistrar : RepositoryRegistrarBase<AbpCommonDbContextRegistrationOptions>
Constructors
MyTestRepositoryRegistrar(AbpCommonDbContextRegistrationOptions)
Declaration
public MyTestRepositoryRegistrar(AbpCommonDbContextRegistrationOptions options)
Parameters
Methods
GetEntityTypes(Type)
Declaration
protected override IEnumerable<Type> GetEntityTypes(Type dbContextType)
Parameters
Type |
Name |
Description |
Type |
dbContextType |
|
Returns
Overrides
GetRepositoryType(Type, Type)
Declaration
protected override Type GetRepositoryType(Type dbContextType, Type entityType)
Parameters
Type |
Name |
Description |
Type |
dbContextType |
|
Type |
entityType |
|
Returns
Overrides
GetRepositoryType(Type, Type, Type)
Declaration
protected override Type GetRepositoryType(Type dbContextType, Type entityType, Type primaryKeyType)
Parameters
Type |
Name |
Description |
Type |
dbContextType |
|
Type |
entityType |
|
Type |
primaryKeyType |
|
Returns
Overrides
Extension Methods