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

Inheritance: IMapper
Mostrar archivo Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method 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

Method Description
GetTargetValue ( Type sourceType, object sourceValue, Type targetType ) : object

Method Details

IsApplicable() public method

public IsApplicable ( Type sourceType, Type targetType ) : bool
sourceType System.Type
targetType System.Type
return bool

Map() public method

public Map ( Type sourceType, object source, Type targetType, object target ) : void
sourceType System.Type
source object
targetType System.Type
target object
return void

ValueInjectorFlattenMapper() public method

public ValueInjectorFlattenMapper ( LazyService mapper, IInstantiator instantiator ) : System
mapper LazyService
instantiator IInstantiator
return System