Hi Forum,
I am not sure if this is a weird request or I am missing the point a bit.
I got says Class A and this inherits Class B, so all the fields in Class B are also available in Class A
Now lets say I have an object of class B and I want to push this into a new object of class A. All of the fields in Class B and in Class A as it is inherited
If these are both Dto's just fields then what is the syntax to map them together. I want to be able to do something like this
Field1 in A = xxx
Field2 in A = yyy
A= B (meaning A will be populated with all the fields that A and B share as they are inherited)
Go to the complete details ...