C# 클래스 EventSourcing.Domain.AggregateRootBase

상속: EntityBase, IAggregateRoot
파일 보기 프로젝트 열기: jhicks/EventSourcing

공개 메소드들

메소드 설명
FlushEvents ( ) : IEnumerable

보호된 메소드들

메소드 설명
AggregateRootBase ( EventCoordinator eventCoordinator ) : System
AggregateRootBase ( System.Guid id ) : System

메소드 상세

AggregateRootBase() 보호된 메소드

protected AggregateRootBase ( EventCoordinator eventCoordinator ) : System
eventCoordinator EventCoordinator
리턴 System

AggregateRootBase() 보호된 메소드

protected AggregateRootBase ( System.Guid id ) : System
id System.Guid
리턴 System

FlushEvents() 공개 메소드

public FlushEvents ( ) : IEnumerable
리턴 IEnumerable