I have an XML file that defines a map for an object -- it basically tells me to map:
A -> _a
B -> _b
C -> SomeFunction(_d)
I'd like to parse this at runtime (easy enough) and then somehow initialize an automapper map for this.. I've tried a few times but I can't figure out how to do this.. Is there some overload of ForMember I'm missing? Some other way to do this?