Table of Contents

Interface IEntity<TKey>

Namespace
Savvyio.Domain
Assembly
Savvyio.Core.dll

Defines an Entity as specified in Domain Driven Design.

public interface IEntity<out TKey> : IIdentity<TKey>

Type Parameters

TKey

The type of the identifier.

Inherited Members

See Also

IIdentity<TKey>