C# Class EventSourcing.Domain.AggregateRootBase

Inheritance: EntityBase, IAggregateRoot
Mostrar archivo Open project: jhicks/EventSourcing

Public Methods

Method Description
FlushEvents ( ) : IEnumerable

Protected Methods

Method Description
AggregateRootBase ( EventCoordinator eventCoordinator ) : System
AggregateRootBase ( System.Guid id ) : System

Method Details

AggregateRootBase() protected method

protected AggregateRootBase ( EventCoordinator eventCoordinator ) : System
eventCoordinator EventCoordinator
return System

AggregateRootBase() protected method

protected AggregateRootBase ( System.Guid id ) : System
id System.Guid
return System

FlushEvents() public method

public FlushEvents ( ) : IEnumerable
return IEnumerable