IEntityWithAutoIdKey Interface

表示包含 long 类型自增值 Id 主键的实体。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface IEntityWithAutoIdKey : IEntityWithIdKey, 
	IEntityWithIdKey<long>, IEntity
Implements
IEntity, IEntityWithIdKey, IEntityWithIdKeylong

Properties

Id 获取/设置 Id 主键。
(Inherited from IEntityWithIdKeyTKey)

Methods

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

See Also