C# Class Akka.EventStore.Cqrs.Core.Event

Inheritance: IEvent, IConsistentHashable, IMessageContext
Mostra file Open project: 4deeptech/Akka.EventStore.Cqrs.Core

Private Properties

Property Type Description

Protected Methods

Method Description
Event ( System.Guid aggregateId, int version ) : System
Event ( System.Guid aggregateId, int version, IMessageContext context ) : System

Method Details

Event() protected method

protected Event ( System.Guid aggregateId, int version ) : System
aggregateId System.Guid
version int
return System

Event() protected method

protected Event ( System.Guid aggregateId, int version, IMessageContext context ) : System
aggregateId System.Guid
version int
context IMessageContext
return System