Interface IEventSourcingDomainEntity<TKey>
A domain entity that is persisted in the event store.
Namespace: Silverback.EventStore
Assembly: Silverback.EventSourcing.dll
Syntax
public interface IEventSourcingDomainEntity<out TKey> : IEventSourcingDomainEntity
Type Parameters
Name | Description |
---|---|
TKey | The type of the entity key. |
Properties
| Improve this doc View sourceId
Gets the entity identifier.
Declaration
TKey Id { get; }
Property Value
Type | Description |
---|---|
TKey |