There was an error while loading. Please reload this page.
If true, processes object cross references. if default (null), the GetMapperLambdaExpressionEx() method does not process cross references, however the GetMapperLambdaExpression() method does.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
Nullable<bool> ProcessCrossReferences { get; set; }
VB
Property ProcessCrossReferences As Nullable(Of Boolean) Get Set
F#
abstract ProcessCrossReferences : Nullable<bool> with get, set
Type: Nullable(Boolean)
IMapperBuilder InterfaceCodeJam.Mapping Namespace