Interface IEntity<TKey>
Inherited Members
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IEntity<TKey> : IEntity
Type Parameters
Name | Description |
---|---|
TKey |
Properties
Id
Declaration
TKey Id { get; }
Property Value
Type | Description |
---|---|
TKey |