Class FindTenantResultDto
Inheritance
object
FindTenantResultDto
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 FindTenantResultDto
Constructors
FindTenantResultDto()
Declaration
public FindTenantResultDto()
Properties
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Success
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |