Interface IIdentifiable

Namespace
Elegy.Common.Interfaces
Assembly
Elegy.Common.dll

A thing containing an ID.

public interface IIdentifiable

Properties

Id

ID of the object.

int Id { get; init; }

Property Value

int