Class TenantDto
Inherited Members
Namespace: Volo.Abp.TenantManagement
Assembly: Volo.Abp.TenantManagement.Application.Contracts.dll
Syntax
public class TenantDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IHasConcurrencyStamp
Constructors
TenantDto()
Declaration
public TenantDto()
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |