Hi
Does anyone know how I would take an object and traverse all of its parameters in .NET? I want to take an object and convert it to its XML representation. I cannot hard-code this per se, because the interface varies from system to system. I would like to leave everything late-bound if possible..
I would like to take a parameter and produce:
<paramname>{value}</paramname>
Can anyone help?
Thanks
Andrew
Does anyone know how I would take an object and traverse all of its parameters in .NET? I want to take an object and convert it to its XML representation. I cannot hard-code this per se, because the interface varies from system to system. I would like to leave everything late-bound if possible..
I would like to take a parameter and produce:
<paramname>{value}</paramname>
Can anyone help?
Thanks
Andrew