EntityWithIdKey Class

包含 long 类型 Id 主键的实体的基类。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public abstract class EntityWithIdKey : EntityWithIdKey<long>, 
	IEntityWithIdKey, IEntityWithIdKey<long>, IEntity
Inheritance
object    EntityWithIdKeylong    EntityWithIdKey
Implements
IEntity, IEntityWithIdKey, IEntityWithIdKeylong

Constructors

EntityWithIdKeyInitializes a new instance of the EntityWithIdKey class

Properties

Public Properties

Id 获取/设置 Id 主键。
(Inherited from EntityWithIdKeyTKey)

Methods

Public Methods

ToString 返回对本实体的描述字符串。
(Inherited from EntityWithIdKeyTKey)

See Also