Table of Contents

Interface IEntity<TId>

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的具有唯一标识符的实体。

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

Type Parameters

TId

唯一标识符的类型。

Properties

Id

获取此实体的唯一标识符。

TId Id { get; }

Property Value

TId