public abstract class SoftDeletionEntityWithAutoIdKey : SoftDeletionEntity,
IEntityWithAutoIdKey, IEntityWithIdKey, IEntityWithIdKey<long>, IEntity, ISoftDeletionEntityWithIdKey<long>,
ISoftDeletionEntity, ISoftDeletionEntityBase
SoftDeletionEntityWithAutoIdKey | Initializes a new instance of the SoftDeletionEntityWithAutoIdKey class |
Public Properties | |
DeletedDesc |
获取对删除审计信息的描述。
(Inherited from SoftDeletionEntity) |
DeletedTime |
获取/设置删除时间。
(Inherited from SoftDeletionEntity) |
DeleterId |
获取/设置删除人 Id。
(Inherited from SoftDeletionEntity) |
DeleterName |
获取/设置删除人名称。此属性不映射到表字段。
(Inherited from SoftDeletionEntity) |
Id | 获取/设置 Id 主键。 |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Overrides object.ToString()) |