C# Class ReflectedAutoMap.Mapping.DynamicAutoMapperObjectMapper

Inheritance: IMapper
ファイルを表示 Open project: ryanohs/DynamicServices

Public Methods

Method Description
HasMap ( object source, Type sourceType, Type destinationType ) : bool
Map ( object source, Type sourceType, Type destinationType ) : object

Method Details

HasMap() public method

public HasMap ( object source, Type sourceType, Type destinationType ) : bool
source object
sourceType System.Type
destinationType System.Type
return bool

Map() public method

public Map ( object source, Type sourceType, Type destinationType ) : object
source object
sourceType System.Type
destinationType System.Type
return object