Class EntityDto<TKey>
Inheritance
EntityDto<TKey>
Inherited Members
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 |
Constructors
EntityDto()
Declaration
protected EntityDto()
Properties
Id
Declaration
public TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |