C# 클래스 Sample.Server.ConflictRegistry

상속: IConflictRegistry
파일 보기 프로젝트 열기: thedersen/DDDCourse

공개 메소드들

메소드 설명
ConflictRegistry ( ) : System
IsConflicting ( IEnumerable @events, ICommand command ) : bool
IsConflicting ( IEvent @event, ICommand command ) : bool

메소드 상세

ConflictRegistry() 공개 메소드

public ConflictRegistry ( ) : System
리턴 System

IsConflicting() 공개 메소드

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

IsConflicting() 공개 메소드

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