C# Class Bosphorus.Dao.Common.Mapper.Core.CompositeMapper

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

Public Methods

Method Description
CompositeMapper ( IList items ) : System
IsApplicable ( Type sourceType, Type targetType ) : bool
Map ( Type sourceType, object source, Type targetType, object target ) : void

Method Details

CompositeMapper() public method

public CompositeMapper ( IList items ) : System
items IList
return System

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