Show / Hide Table of Contents

    Interface IEntityEvent

    A recorded event that can be re-applied to rebuild the entity status.

    Namespace: Silverback.Domain
    Assembly: Silverback.EventSourcing.dll
    Syntax
    public interface IEntityEvent

    Properties

    | Improve this doc View source

    Sequence

    Gets or sets the sequence number that is used to replay the messages in the right order.

    Declaration
    int Sequence { get; set; }
    Property Value
    Type Description
    int
    | Improve this doc View source

    Timestamp

    Gets or sets the datetime when the event occured.

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