Hi guys, Im currently learning C# and stumbled over the DynamicObject
that fits my project.

I have a dynamic object that inherits and implements:

public class DynamicDictionary : DynamicObject,
INotifyPropertyChanged, ICustomTypeDescriptor {
.....
}

This object are supposed to be my business object for one of my
graphical presenters and are based on a info object that comes from my
logic and API. What I do is to dynamically copy all properties in my
business object to my dynamical object. Now, I want to copy over my
attributes that I decorate my business object properties with, how can
I do that?

Any suggestions or thoughts are appreciated since they can inspire me
to get this done :)

Best regards,

Gabriel Paulsson

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to