Class MemoryDbRepositoryRegistrar
Inheritance
MemoryDbRepositoryRegistrar
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public class MemoryDbRepositoryRegistrar : RepositoryRegistrarBase<AbpMemoryDbContextRegistrationOptions>
Constructors
MemoryDbRepositoryRegistrar(AbpMemoryDbContextRegistrationOptions)
Declaration
public MemoryDbRepositoryRegistrar(AbpMemoryDbContextRegistrationOptions 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