public abstract class SortableAuditEntityWithAutoIdKey : AuditEntity,
ISortableEntityWithAutoIdKey, IEntityWithAutoIdKey, IEntityWithIdKey, IEntityWithIdKey<long>, IEntity,
ISortableEntityWithIdKey, ISortableEntityWithIdKey<long>, ISortableEntity, IAuditEntity, IAuditEntityBase
SortableAuditEntityWithAutoIdKey | Initializes a new instance of the SortableAuditEntityWithAutoIdKey class |
Public Properties | |
CreatedDesc |
获取对录入审计信息的描述。
(Inherited from AuditEntity) |
CreatedTime |
获取/设置录入时间。
(Inherited from AuditEntity) |
CreatorId |
获取/设置录入人 Id。
(Inherited from AuditEntity) |
CreatorName |
获取/设置录入人名称。此属性不映射到表字段。
(Inherited from AuditEntity) |
DisplayOrder | 获取/设置显示顺序。数值越小越靠前。 |
Id | 获取/设置 Id 主键。 |
UpdatedDesc |
获取对更新审计信息的描述。
(Inherited from AuditEntity) |
UpdatedTime |
获取/设置修改时间。
(Inherited from AuditEntity) |
UpdaterId |
获取/设置修改人 Id。
(Inherited from AuditEntity) |
UpdaterName |
获取/设置修改人名称。此属性不映射到表字段。
(Inherited from AuditEntity) |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Overrides object.ToString()) |