C# Class Composable.CQRS.EventSourcing.MicrosoftSQLServer.SqlServerEventStoreEventTypeToIdMapper.IdTypeMapping

Inheritance: IIdTypeMapping
显示文件 Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
IdTypeMapping ( int id, Type type ) : System

Method Details

IdTypeMapping() public method

public IdTypeMapping ( int id, Type type ) : System
id int
type System.Type
return System