public abstract class SortableEntityWithIdKey<TKey> : ISortableEntityWithIdKey<TKey>,
IEntityWithIdKey<TKey>, IEntity, ISortableEntity
SortableEntityWithIdKeyTKey | Initializes a new instance of the SortableEntityWithIdKeyTKey class |
Public Properties | |
DisplayOrder | 获取/设置显示顺序。数值越小越靠前。 |
Id | 获取/设置 Id 主键。 |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Overrides objectToString) |