C# 클래스 CodeSharp.EventSourcing.DefaultAggregateRootInternalHandlerProvider

默认的聚合根可溯源事件内部处理函数元数据提供者
상속: IAggregateRootInternalHandlerProvider
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
GetInternalEventHandler ( Type aggregateRootType, Type eventType ) : object>.Action
RegisterInternalHandler ( Type aggregateRootType, Type eventType, MethodInfo eventHandler ) : void
RegisterInternalHandlers ( ) : void

메소드 상세

GetInternalEventHandler() 공개 메소드

public GetInternalEventHandler ( Type aggregateRootType, Type eventType ) : object>.Action
aggregateRootType System.Type
eventType System.Type
리턴 object>.Action

RegisterInternalHandler() 공개 메소드

public RegisterInternalHandler ( Type aggregateRootType, Type eventType, MethodInfo eventHandler ) : void
aggregateRootType System.Type
eventType System.Type
eventHandler System.Reflection.MethodInfo
리턴 void

RegisterInternalHandlers() 공개 메소드

public RegisterInternalHandlers ( ) : void
리턴 void