Convert a custom config class into POCO

Posted by BozoJoe on Stack Overflow See other posts from Stack Overflow or by BozoJoe
Published on 2010-04-19T19:22:22Z Indexed on 2010/04/19 19:33 UTC
Read the original article Hit count: 468

Filed under:
|
|

Given a set custom configuration classes based off ConfigurationElement I want to convert the custom class into a POCO object graph. Could reflection and LINQ extension methods give me an object which removes the ConfigurationElement inheritance?

© Stack Overflow or respective owner

Related posts about configuration

Related posts about POCO