IEntityWithUUIDKey Interface

表示包含 UUID 类型 Id 主键的实体(主键数据类型为 string)。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface IEntityWithUUIDKey : IEntityWithIdKey<string>, 
	IEntity
Implements
IEntity, IEntityWithIdKeystring

Properties

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

Methods

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

See Also