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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EventPathRenamer ( string oldPath, Type eventAtNewPath ) : System
Rename ( EventNameMapping mapping ) : void

메소드 상세

EventPathRenamer() 공개 메소드

public EventPathRenamer ( string oldPath, Type eventAtNewPath ) : System
oldPath string
eventAtNewPath System.Type
리턴 System

Rename() 공개 메소드

public Rename ( EventNameMapping mapping ) : void
mapping EventNameMapping
리턴 void