Interface IVersionedEvent
Represents a versioned event message.
Inherited Members
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
public interface IVersionedEvent : IEvent, Message, ISupportMultitenant
Properties
Version
Gets or sets the version number of the aggregate.
Declaration
int Version { get; set; }
Property Value
System.Int32
The version number of the aggregate. |