示例#1
0
 public static bool IsTargetConstructable(this IObjectMappingData mappingData)
 => mappingData.GetTargetObjectCreation() != null;
 protected virtual Expression GetNewObjectCreation(
     IObjectMappingData mappingData,
     IList <Expression> memberPopulations)
 {
     return(mappingData.GetTargetObjectCreation());
 }