Class FindTenantResultDto
Inheritance
System.Object
FindTenantResultDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class FindTenantResultDto : object
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Success
Declaration
public bool Success { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
Extension Methods