public abstract class EntityWithUUIDKey : EntityWithIdKey<string>,
IEntityWithUUIDKey, IEntityWithIdKey<string>, IEntity
EntityWithUUIDKey | Initializes a new instance of the EntityWithUUIDKey class |
Public Properties | |
Id |
获取/设置 Id 主键。
(Overrides EntityWithIdKeyTKeyId) |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Inherited from EntityWithIdKeyTKey) |