C# Class ReflectedAutoMap.Mapping.AutoMapperObjectMapper

Inheritance: IMapper
Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

Méthode Description
HasMap ( object source, Type sourceType, Type destinationType ) : bool
Map ( object source, Type sourceType, Type destinationType ) : object

Private Methods

Méthode Description
CreateResolutionContext ( Type sourceType, Type destinationType, object source ) : AutoMapper.ResolutionContext
CreateTypePair ( Type sourceType, Type destinationType ) : object
IsCachedMapperFor ( AutoMapper.ResolutionContext resolutionContext ) : bool
IsMapperFor ( AutoMapper.ResolutionContext resolutionContext ) : bool

Method Details

HasMap() public méthode

public HasMap ( object source, Type sourceType, Type destinationType ) : bool
source object
sourceType System.Type
destinationType System.Type
Résultat bool

Map() public méthode

public Map ( object source, Type sourceType, Type destinationType ) : object
source object
sourceType System.Type
destinationType System.Type
Résultat object