Class FindTenantResultDto
Inheritance
FindTenantResultDto
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
Name
Declaration
public string? Name { get; set; }
Property Value
NormalizedName
Declaration
public string? NormalizedName { get; set; }
Property Value
Success
Declaration
public bool Success { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Extension Methods