Class EntityEvent
A recorded event that can be re-applied to rebuild the entity status.
Implements
Inherited Members
Namespace: Silverback.Domain
Assembly: Silverback.EventSourcing.dll
Syntax
public abstract class EntityEvent : IEntityEvent
Properties
| Improve this doc View sourceSequence
Gets or sets the sequence number that is used to replay the messages in the right order.
Declaration
[JsonIgnore]
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
int |
Timestamp
Gets or sets the datetime when the event occured.
Declaration
[JsonIgnore]
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |