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

Inheritance: IEventNameMapper
ファイルを表示 Open project: mlidbom/Composable.Monolithic Class Usage Examples

Public Methods

Method Description
GetName ( Type eventType ) : string
GetType ( string eventTypeName ) : Type
RenamingEventNameMapper ( IEnumerable eventTypes ) : System

Private Methods

Method Description
AssertMappingsAreValid ( EventNameMapping mappings ) : void

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

RenamingEventNameMapper() public method

public RenamingEventNameMapper ( IEnumerable eventTypes ) : System
eventTypes IEnumerable
return System