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