Class AbpDbContextRegistrationOptions
Inheritance
System.Object
AbpDbContextRegistrationOptions
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpDbContextRegistrationOptions : AbpCommonDbContextRegistrationOptions, IAbpDbContextRegistrationOptionsBuilder, IAbpCommonDbContextRegistrationOptionsBuilder
Constructors
AbpDbContextRegistrationOptions(Type, IServiceCollection)
Declaration
public AbpDbContextRegistrationOptions(Type originalDbContextType, IServiceCollection services)
Parameters
Type |
Name |
Description |
Type |
originalDbContextType |
|
IServiceCollection |
services |
|
Properties
AbpEntityOptions
Declaration
public Dictionary<Type, object> AbpEntityOptions { get; }
Property Value
Type |
Description |
Dictionary<Type, System.Object> |
|
Methods
Entity<TEntity>(Action<AbpEntityOptions<TEntity>>)
Declaration
public void Entity<TEntity>(Action<AbpEntityOptions<TEntity>> optionsAction)
where TEntity : IEntity
Parameters
Type Parameters
Implements
Extension Methods