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

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

Public Methods

Method Description
GetName ( Type eventType ) : string
GetType ( string eventTypeName ) : Type

Method Details

GetName() public method

public GetName ( Type eventType ) : string
eventType System.Type
return string

GetType() public method

public GetType ( string eventTypeName ) : Type
eventTypeName string
return System.Type