C# Class Sample.Server.ConflictRegistry

Inheritance: IConflictRegistry
Afficher le fichier Open project: thedersen/DDDCourse

Méthodes publiques

Méthode Description
ConflictRegistry ( ) : System
IsConflicting ( IEnumerable @events, ICommand command ) : bool
IsConflicting ( IEvent @event, ICommand command ) : bool

Method Details

ConflictRegistry() public méthode

public ConflictRegistry ( ) : System
Résultat System

IsConflicting() public méthode

public IsConflicting ( IEnumerable @events, ICommand command ) : bool
@events IEnumerable
command ICommand
Résultat bool

IsConflicting() public méthode

public IsConflicting ( IEvent @event, ICommand command ) : bool
@event IEvent
command ICommand
Résultat bool