Class CurrentTenantDto
Inheritance
object
CurrentTenantDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.MultiTenancy
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentTenantDto
Constructors
CurrentTenantDto()
Declaration
public CurrentTenantDto()
Properties
Id
Declaration
public Guid? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
IsAvailable
Declaration
public bool IsAvailable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |