Skip to content

Properties_T_CodeJam_Mapping_MapperBuilder_2

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

MapperBuilder(TFrom, TTo) Properties

The MapperBuilder(TFrom, TTo) generic type exposes the following members.

Properties

 

Name Description
Public property DeepCopy If true, performs deep copy. if default (null), the GetMapperExpressionEx() method does not do deep copy, however the GetMapperExpression() method does.
Public property FromMappingDictionary Defines member name mapping for source types.
Public property FromType Type to map from.
Public property MappingSchema Mapping schema.
Public property MemberFilter Filters target members to map.
Public property MemberMappers Member mappers.
Public property ProcessCrossReferences If true, processes object cross references. if default (null), the GetMapperExpressionEx() method does not process cross references, however the GetMapperExpression() method does.
Public property ToMappingDictionary Defines member name mapping for destination types.
Public property ToType Type to map to.
  Back to Top

See Also

Reference

MapperBuilder(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally