C# Class Sample.Server.ConflictRegistry

Inheritance: IConflictRegistry
ファイルを表示 Open project: thedersen/DDDCourse

Public Methods

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

Method Details

ConflictRegistry() public method

public ConflictRegistry ( ) : System
return System

IsConflicting() public method

public IsConflicting ( IEnumerable @events, ICommand command ) : bool
@events IEnumerable
command ICommand
return bool

IsConflicting() public method

public IsConflicting ( IEvent @event, ICommand command ) : bool
@event IEvent
command ICommand
return bool