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
파일 보기 프로젝트 열기: SzymonPobiega/ncqrs

보호된 메소드들

메소드 설명
AggregateRootMappedByConvention ( ) : System

Initializes a new instance of the AggregateRootMappedByConvention class.

메소드 상세

AggregateRootMappedByConvention() 보호된 메소드

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