Class BasicTenantInfo
Inheritance
System.Object
BasicTenantInfo
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class BasicTenantInfo : object
Constructors
BasicTenantInfo(Nullable<Guid>, String)
Declaration
public BasicTenantInfo(Guid? tenantId, string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<Guid> | tenantId | |
System.String | name |
Properties
Name
Name of the tenant if TenantId is not null.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Null indicates the host. Not null value for a tenant.
Declaration
public Guid? TenantId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |