Class TenantConfiguration
Inheritance
object
TenantConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public class TenantConfiguration
Constructors
TenantConfiguration()
Declaration
public TenantConfiguration()
TenantConfiguration(Guid, string)
Declaration
public TenantConfiguration(Guid id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
string | name |
Properties
ConnectionStrings
Declaration
public ConnectionStrings? ConnectionStrings { get; set; }
Property Value
Type | Description |
---|---|
ConnectionStrings |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |