Questions tagged [valueinjecter]

ValueInjecter lets you define your own convention-based matching algorithms (ValueInjections) in order to match up (inject) source values to destination values.

ValueInjecter lets you define your own convention-based matching algorithms (ValueInjections) in order to match up (inject) source values to destination values.

Source code: https://github.com/omuleanu/ValueInjecter

151 questions
-1
votes
1 answer

How to map dynamic ViewModel List Type to DTO

Problem is to map dynamic list of nested objects to a flattened DTO. It includes flattening of nested object. Also, it is interface type. Interface IfinalOutput { object MainOutput; object CalcOutput; object SupportOutput; } class…
Gaurav Gupta
  • 173
  • 3
  • 15
1 2 3
10
11