Skip to main content
Table of Contents

Interface IEntity

Namespace
Stratara.Abstractions.Entities
Assembly
Stratara.Abstractions.dll

Persistence-level entity carrying a stable Id. EF Core uses this to configure value-generated primary keys uniformly across the framework.

public interface IEntity
Extension Methods

Properties

Id

The entity's primary-key identifier.

Guid Id { get; set; }

Property Value

Guid