C# Class Appccelerate.MappingEventBroker.AutoMapper.AutoMapperMapper

Delegates the mapping to auto mapper.
Inheritance: IMapper
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode Description
Map ( Type sourceEventArgsType, Type destinationEventArgsType, EventArgs eventArgs ) : EventArgs

Method Details

Map() public méthode

public Map ( Type sourceEventArgsType, Type destinationEventArgsType, EventArgs eventArgs ) : EventArgs
sourceEventArgsType System.Type
destinationEventArgsType System.Type
eventArgs System.EventArgs
Résultat System.EventArgs