C# 클래스 Composable.CQRS.EventSourcing.Refactoring.Migrations.EventModifier

상속: IEventModifier
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Event AggregateRootEvent

Private Properties

프로퍼티 타입 설명
AssertNoPriorModificationsHaveBeenMade void

공개 메소드들

메소드 설명
EventModifier ( Action eventsAddedCallback ) : System
EventModifier ( AggregateRootEvent @event, Action eventsAddedCallback ) : System
InsertBefore ( ) : void
MoveTo ( LinkedListNode current ) : void
Replace ( ) : void
Reset ( AggregateRootEvent @event ) : void

비공개 메소드들

메소드 설명
AssertNoPriorModificationsHaveBeenMade ( ) : void

메소드 상세

EventModifier() 공개 메소드

public EventModifier ( Action eventsAddedCallback ) : System
eventsAddedCallback Action
리턴 System

EventModifier() 공개 메소드

public EventModifier ( AggregateRootEvent @event, Action eventsAddedCallback ) : System
@event AggregateRootEvent
eventsAddedCallback Action
리턴 System

InsertBefore() 공개 메소드

public InsertBefore ( ) : void
리턴 void

MoveTo() 공개 메소드

public MoveTo ( LinkedListNode current ) : void
current LinkedListNode
리턴 void

Replace() 공개 메소드

public Replace ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( AggregateRootEvent @event ) : void
@event AggregateRootEvent
리턴 void

프로퍼티 상세

Event 공개적으로 프로퍼티

public AggregateRootEvent Event
리턴 AggregateRootEvent