ISoftDeletionEntityWithIdKeyTKey Interface

表示包含指定类型 Id 主键的软删除实体。对应用户实体的主键数据类型为 string

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface ISoftDeletionEntityWithIdKey<TKey> : ISoftDeletionEntity, 
	ISoftDeletionEntityBase, IEntity
Implements
IEntity, ISoftDeletionEntity, ISoftDeletionEntityBase

Type Parameters

TKey
Id 主键的数据类型。

Properties

DeletedTime 获取/设置删除时间。
(Inherited from ISoftDeletionEntityBase)
DeleterId 获取/设置删除人 Id
(Inherited from ISoftDeletionEntity)
DeleterName 获取/设置删除人名称。此属性通常不映射到表字段。
(Inherited from ISoftDeletionEntityBase)
Id 获取/设置 Id 主键。

Methods

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

See Also