Class MultiTenantDbContextType
Inheritance
object
MultiTenantDbContextType
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class MultiTenantDbContextType
Constructors
MultiTenantDbContextType(Type, MultiTenancySides)
Declaration
public MultiTenantDbContextType(Type type, MultiTenancySides multiTenancySide = MultiTenancySides.Both)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | |
| MultiTenancySides | multiTenancySide |
Properties
MultiTenancySide
Declaration
public MultiTenancySides MultiTenancySide { get; }
Property Value
| Type | Description |
|---|---|
| MultiTenancySides |
Type
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
object.GetHashCode()