SoftDeletionEntityWithAutoIdKey Class

包含 long 类型自增值 Id 主键的软删除实体的基类。对应用户实体的主键数据类型为 string

Definition

Namespace: QuickAdmin.EntityBase.AuditBaseImplementation
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
C#
public abstract class SoftDeletionEntityWithAutoIdKey : SoftDeletionEntity, 
	IEntityWithAutoIdKey, IEntityWithIdKey, IEntityWithIdKey<long>, IEntity, ISoftDeletionEntityWithIdKey<long>, 
	ISoftDeletionEntity, ISoftDeletionEntityBase
Inheritance
object    SoftDeletionEntity    SoftDeletionEntityWithAutoIdKey
Implements
IEntity, IEntityWithAutoIdKey, IEntityWithIdKey, IEntityWithIdKey<long>, ISoftDeletionEntity, ISoftDeletionEntityBase, ISoftDeletionEntityWithIdKey<long>

Constructors

SoftDeletionEntityWithAutoIdKeyInitializes a new instance of the SoftDeletionEntityWithAutoIdKey class

Properties

Public Properties

DeletedDesc 获取对删除审计信息的描述。
(Inherited from SoftDeletionEntity)
DeletedTime 获取/设置删除时间。
(Inherited from SoftDeletionEntity)
DeleterId 获取/设置删除人 Id
(Inherited from SoftDeletionEntity)
DeleterName 获取/设置删除人名称。此属性不映射到表字段。
(Inherited from SoftDeletionEntity)
Id 获取/设置 Id 主键。

Methods

Public Methods

ToString 返回对本实体的描述字符串。
(Overrides object.ToString())

See Also