Table of Contents

Entity Constructor

Definition

Namespace
Savvyio.Domain
Assemblies
Savvyio.Domain.dll
Source
src/Savvyio.Domain/Entity.cs

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

id TKey

The identifier of the entity.