Interface IEntityBase<TKey>
Defines a base definition for an entity with a defined primary key type.
public interface IEntityBase<TKey> : IDatedEntity
Type Parameters
TKeyThe type of unique identifier for the entity.
- Inherited Members
- Extension Methods
Properties
Id
Gets or sets the identifier of the entity.
TKey Id { get; set; }
Property Value
- TKey