Table of Contents

Interface IEntityBase<TKey>

Namespace
MADE.Data.EFCore
Assembly
MADE.Data.EFCore.dll

Defines a base definition for an entity with a defined primary key type.

public interface IEntityBase<TKey> : IDatedEntity

Type Parameters

TKey

The 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