C# Class Moo.Mappers.BaseMapper

Base, non-generic, mapper class.
Afficher le fichier Open project: dclucas/MOO

Méthodes publiques

Méthode Description
Map ( object source, object target ) : object

Maps sourceProperty the source targetProperty the target object.

Method Details

Map() public abstract méthode

Maps sourceProperty the source targetProperty the target object.
public abstract Map ( object source, object target ) : object
source object The source object.
target object The target object.
Résultat object