Class BasicTenantInfo
Inheritance
object
BasicTenantInfo
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 BasicTenantInfo
Constructors
BasicTenantInfo(Guid?, string?)
Declaration
public BasicTenantInfo(Guid? tenantId, string? name = null)
Parameters
Type | Name | Description |
---|---|---|
System.Guid? | tenantId | |
string | name |
Properties
Name
Declaration
public string? Name { get; }
Property Value
Type | Description |
---|---|
string |
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
Type | Description |
---|---|
System.Guid? |