¡@

Home 

c# Programming Glossary: mappedselector

AutoMapper for Func's between selector types

http://stackoverflow.com/questions/7424501/automapper-for-funcs-between-selector-types

public Cat GetCat Func Dog bool selector Func Cat bool mappedSelector getMappedSelector selector return _catRepository.Get mappedSelector.. getMappedSelector selector return _catRepository.Get mappedSelector private Func Cat bool getMappedSelector Func Dog bool selector.. Mapper.CreateMapExpression Cat Dog .Compile Func Cat bool mappedSelector cat selector mapper cat return mappedSelector UPDATE It's been..