Entity Constructor
Definition
Entity()
Initializes a new instance of the Entity<TKey> class.
protected Entity()
Entity(TKey)
Initializes a new instance of the Entity<TKey> class.
protected Entity(TKey id)
Parameters
idTKeyThe identifier of the entity.