ASP.NET based object inspector

Posted by Richard Edwards on Stack Overflow See other posts from Stack Overflow or by Richard Edwards
Published on 2010-04-27T00:42:34Z Indexed on 2010/04/27 0:43 UTC
Read the original article Hit count: 372

Filed under:
|
|

I'm currently writing some code that uses Flee to evaluate a number of rules and I'd like to include an ASP.NET based object inspector in the configuration screen so users can inspect the values of objects that are made available.

I've put together a fairly basic routine to recurse an objects properties and spit it out but before I go and write something more polished, I'm wondering if anyone knows of a component that provides this functionality.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about object