C# Class Ncqrs.Domain.AggregateRootMappedByConvention

A aggregate root that uses convention to map internal event handlers. The following method should be mapped private void OnMyEvent(MyEvent e).

This aggregate root uses the ConventionBasedDomainSourcedEventHandlerMappingStrategy to get the internal event handlers.

Inheritance: Ncqrs.Eventing.Sourcing.Mapping.MappedAggregateRoot
Mostra file Open project: SzymonPobiega/ncqrs

Protected Methods

Method Description
AggregateRootMappedByConvention ( ) : System

Initializes a new instance of the AggregateRootMappedByConvention class.

Method Details

AggregateRootMappedByConvention() protected method

Initializes a new instance of the AggregateRootMappedByConvention class.
protected AggregateRootMappedByConvention ( ) : System
return System