Show / Hide Table of Contents

    Interface IEventSourcingDomainEntity<TKey>

    A domain entity that is persisted in the event store.

    Inherited Members
    IEventSourcingDomainEntity.GetVersion()
    IEventSourcingDomainEntity.GetNewEvents()
    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 source

    Id

    Gets the entity identifier.

    Declaration
    TKey Id { get; }
    Property Value
    Type Description
    TKey
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini