C# Class EventSourcing.Domain.AggregateRootBase

Inheritance: EntityBase, IAggregateRoot
Afficher le fichier Open project: jhicks/EventSourcing

Méthodes publiques

Méthode Description
FlushEvents ( ) : IEnumerable

Méthodes protégées

Méthode Description
AggregateRootBase ( EventCoordinator eventCoordinator ) : System
AggregateRootBase ( System.Guid id ) : System

Method Details

AggregateRootBase() protected méthode

protected AggregateRootBase ( EventCoordinator eventCoordinator ) : System
eventCoordinator EventCoordinator
Résultat System

AggregateRootBase() protected méthode

protected AggregateRootBase ( System.Guid id ) : System
id System.Guid
Résultat System

FlushEvents() public méthode

public FlushEvents ( ) : IEnumerable
Résultat IEnumerable