C# Class Bosphorus.Dao.Common.Mapper.Default.ValueInjectorFlattenMapper

Inheritance: IMapper
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
IsApplicable ( Type sourceType, Type targetType ) : bool
Map ( Type sourceType, object source, Type targetType, object target ) : void
ValueInjectorFlattenMapper ( LazyService mapper, IInstantiator instantiator ) : System

Private Methods

Méthode Description
GetTargetValue ( Type sourceType, object sourceValue, Type targetType ) : object

Method Details

IsApplicable() public méthode

public IsApplicable ( Type sourceType, Type targetType ) : bool
sourceType System.Type
targetType System.Type
Résultat bool

Map() public méthode

public Map ( Type sourceType, object source, Type targetType, object target ) : void
sourceType System.Type
source object
targetType System.Type
target object
Résultat void

ValueInjectorFlattenMapper() public méthode

public ValueInjectorFlattenMapper ( LazyService mapper, IInstantiator instantiator ) : System
mapper LazyService
instantiator IInstantiator
Résultat System