C# Class Composable.CQRS.EventSourcing.Refactoring.Naming.EventPathRenamer

Inheritance: IRenameEvents
Show file Open project: mlidbom/Composable.Monolithic

Private Properties

Property Type Description

Public Methods

Method Description
EventPathRenamer ( string oldPath, Type eventAtNewPath ) : System
Rename ( EventNameMapping mapping ) : void

Method Details

EventPathRenamer() public method

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

Rename() public method

public Rename ( EventNameMapping mapping ) : void
mapping EventNameMapping
return void