S
sebascomeau
Hi,
I don't know if this is possible but a just want to know if it is.
I want to create a new object on the fly from another object with the
same properties but all properties was another type like String.
Example :
Object to copy have this properties :
- Id (Int)
- FirstName (String)
- LastName (String)
- IsMen (Bool)
The new object created on the fly result :
- Id (String)
- FirstName (String)
- LastName (String)
- IsMen (String)
Let me know if this is possible or not, or if you want more
information contact me.
Sorry for my english, I'm french! Thanks!!!
I don't know if this is possible but a just want to know if it is.
I want to create a new object on the fly from another object with the
same properties but all properties was another type like String.
Example :
Object to copy have this properties :
- Id (Int)
- FirstName (String)
- LastName (String)
- IsMen (Bool)
The new object created on the fly result :
- Id (String)
- FirstName (String)
- LastName (String)
- IsMen (String)
Let me know if this is possible or not, or if you want more
information contact me.
Sorry for my english, I'm french! Thanks!!!