Table of Contents

Interface IEntity<TId>

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic entity that has a unique identifier.

public interface IEntity<TId> where TId : IEquatable<TId>

Type Parameters

TId

The type of the unique identifier.

Properties

Id

Gets the unique identifier for this object.

TId Id { get; }

Property Value

TId