Class TenantEto
Implements
Inherited Members
Namespace: Volo.Abp.TenantManagement
Assembly: Volo.Abp.TenantManagement.Domain.Shared.dll
Syntax
public class TenantEto : IHasEntityVersion
Constructors
TenantEto()
Declaration
public TenantEto()
Properties
EntityVersion
Declaration
public int EntityVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |