private Expression GetFinalMappingExpression()
        {
            var mappingWithEnumMismatches = EnumMappingMismatchFinder.Process(_mapping, _mapperData);

            return(mappingWithEnumMismatches);
        }
예제 #2
0
        private Expression GetFinalMappingLambda()
        {
            var lambdaWithEnumMismatches = EnumMappingMismatchFinder.Process(Lambda, _mappingData);

            return(lambdaWithEnumMismatches);
        }