Interface IEntity<TKey>
Defines an Entity as specified in Domain Driven Design.
public interface IEntity<out TKey> : IIdentity<TKey>
Type Parameters
TKeyThe type of the identifier.
- Inherited Members
See Also
IIdentity<TKey>
Defines an Entity as specified in Domain Driven Design.
public interface IEntity<out TKey> : IIdentity<TKey>
TKeyThe type of the identifier.