Class AbpMemoryDbContextRegistrationOptions
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MemoryDb.DependencyInjection
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public class AbpMemoryDbContextRegistrationOptions : AbpCommonDbContextRegistrationOptions, IAbpMemoryDbContextRegistrationOptionsBuilder, IAbpCommonDbContextRegistrationOptionsBuilder
Constructors
AbpMemoryDbContextRegistrationOptions(Type, IServiceCollection)
Declaration
public AbpMemoryDbContextRegistrationOptions(Type originalDbContextType, IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | originalDbContextType | |
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |