tags:

views:

23

answers:

0

Hi,

I am trying Otis object to object mapper. It seems to map well if the source and target (DTO) propertyies are directly mappable.

But if i have to run some logic (using some property in the source type) to retrieve a value for setting up the DTO's property value, there does not seem to be any mechanism to do that.

Any idea how to get that done.

Note: I have used automapper as tag, because the SO system is not allowing me to create a new tag: I really wanted to set the tag as Otis