Interface IEntity<TKey>
Defines an entity with a single primary key with "Id" property.
Inherited Members
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IEntity<TKey> : IEntity
Type Parameters
| Name | Description |
|---|---|
| TKey | Type of the primary key of the entity |
Properties
Id
Unique identifier for this entity.
Declaration
TKey Id { get; }
Property Value
| Type | Description |
|---|---|
| TKey |