C# Class PatientPending.Core.AggregateRoot

Afficher le fichier Open project: PaulUpson/PatientPending

Méthodes publiques

Méthode Description
GetUncommittedChanges ( ) : IEnumerable
LoadFromHistory ( IEnumerable history ) : void
MarkChangesAsCommitted ( ) : void

Méthodes protégées

Méthode Description
ApplyChange ( Event @event ) : void

Private Methods

Méthode Description
ApplyChange ( Event @event, bool isNew ) : void

Method Details

ApplyChange() protected méthode

protected ApplyChange ( Event @event ) : void
@event Event
Résultat void

GetUncommittedChanges() public méthode

public GetUncommittedChanges ( ) : IEnumerable
Résultat IEnumerable

LoadFromHistory() public méthode

public LoadFromHistory ( IEnumerable history ) : void
history IEnumerable
Résultat void

MarkChangesAsCommitted() public méthode

public MarkChangesAsCommitted ( ) : void
Résultat void