C# 클래스 Composable.CQRS.EventSourcing.Refactoring.Naming.DefaultEventNameMapper

상속: IEventNameMapper
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
GetName ( Type eventType ) : string
GetType ( string eventTypeName ) : Type

메소드 상세

GetName() 공개 메소드

public GetName ( Type eventType ) : string
eventType System.Type
리턴 string

GetType() 공개 메소드

public GetType ( string eventTypeName ) : Type
eventTypeName string
리턴 System.Type