-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Mapping_IMapperBuilder
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The IMapperBuilder type exposes the following members.
Name | Description | |
---|---|---|
DeepCopy | If true, performs deep copy. if default (null), the GetMapperLambdaExpressionEx() method does not do deep copy, however the GetMapperLambdaExpression() method does. | |
FromMappingDictionary | Defines member name mapping for source types. | |
FromType | Type to map from. | |
MappingSchema | Mapping schema. | |
MemberFilter | Filters target members to map. | |
MemberMappers | Member mappers. | |
ProcessCrossReferences | If true, processes object cross references. if default (null), the GetMapperLambdaExpressionEx() method does not process cross references, however the GetMapperLambdaExpression() method does. | |
ToMappingDictionary | Defines member name mapping for destination types. | |
ToType | Type to map to. |