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