Class EntityDto<TKey>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class EntityDto<TKey> : EntityDto, IEntityDto<TKey>, IEntityDto
Type Parameters
| Name | Description |
|---|---|
| TKey |
Properties
Id
Id of the entity.
Declaration
public TKey Id { get; set; }
Property Value
| Type | Description |
|---|---|
| TKey |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |