C# Класс 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.

Наследование: Ncqrs.Eventing.Sourcing.Mapping.MappedAggregateRoot
Показать файл Открыть проект

Защищенные методы

Метод Описание
AggregateRootMappedByConvention ( ) : System

Initializes a new instance of the AggregateRootMappedByConvention class.

Описание методов

AggregateRootMappedByConvention() защищенный Метод

Initializes a new instance of the AggregateRootMappedByConvention class.
protected AggregateRootMappedByConvention ( ) : System
Результат System