C# 클래스 CQRSlite.Domain.AggregateRoot

파일 보기 프로젝트 열기: gautema/CQRSlite 1 사용 예제들

공개 메소드들

메소드 설명
FlushUncommitedChanges ( ) : IEnumerable
GetUncommittedChanges ( ) : IEnumerable
LoadFromHistory ( IEnumerable history ) : void

보호된 메소드들

메소드 설명
ApplyChange ( IEvent @event ) : void

비공개 메소드들

메소드 설명
ApplyChange ( IEvent @event, bool isNew ) : void

메소드 상세

ApplyChange() 보호된 메소드

protected ApplyChange ( IEvent @event ) : void
@event IEvent
리턴 void

FlushUncommitedChanges() 공개 메소드

public FlushUncommitedChanges ( ) : IEnumerable
리턴 IEnumerable

GetUncommittedChanges() 공개 메소드

public GetUncommittedChanges ( ) : IEnumerable
리턴 IEnumerable

LoadFromHistory() 공개 메소드

public LoadFromHistory ( IEnumerable history ) : void
history IEnumerable
리턴 void