Click here to Skip to main content
15,892,575 members
Articles / Programming Languages / C#

Generic implementation of IEditableObject via TypeDescriptor and Reflection

Rate me:
Please Sign up or sign in to vote.
4.75/5 (18 votes)
24 Jun 2009Public Domain5 min read 82.8K   942   48  
A demonstration of how to create an IEditableObject wrapper for any object, and a detailed look at the concepts and patterns used.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer
United States United States
Ninja coder extraordinaire.

Comments and Discussions