Метод | Описание | |
---|---|---|
Add ( TypeMapperMetadata>.Lazy |
||
Configure ( ) : void | ||
GetDynamicSupportedMappings ( ) : IEnumerable |
||
GetMapHandler ( |
||
Map ( object source, |
||
Map ( object source, object destination, |
||
MappingEngineCollection ( TypeMapperMetadata>.IEnumerable |
||
TryGetDestinationType ( |
||
TryGetDestinationType ( |
public Add ( TypeMapperMetadata>.Lazy |
||
binder | TypeMapperMetadata>.Lazy | |
Результат | void |
public GetDynamicSupportedMappings ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetMapHandler ( |
||
sourceType | ||
destinationType | ||
allowInheritedTypes | bool | |
Результат | AbstractMappingEngine |
public Map ( object source, |
||
source | object | |
sourceType | ||
destinationType | ||
Результат | object |
public Map ( object source, object destination, |
||
source | object | |
destination | object | |
sourceType | ||
destinationType | ||
Результат | void |
public MappingEngineCollection ( TypeMapperMetadata>.IEnumerable |
||
binders | TypeMapperMetadata>.IEnumerable | |
Результат | System |
public TryGetDestinationType ( |
||
sourceType | ||
destinationType | ||
Результат | bool |
public TryGetDestinationType ( |
||
sourceType | ||
baseDestinationType | ||
destinationType | ||
Результат | bool |