IEntityWithIdKeyTKey Interface

表示包含指定类型 Id 主键的实体。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public interface IEntityWithIdKey<TKey> : IEntity
Implements
IEntity

Type Parameters

TKey
Id 主键的数据类型。

Properties

Id 获取/设置 Id 主键。

Methods

TrimStringValues 移除所有字符串属性(类型为 string 的属性)的值的前导和尾随空白字符。
(Inherited from IEntity)

See Also