C# Class ReflectedAutoMap.Mapping.DynamicAutoMapperObjectMapper

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

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