Complex types

Posts   
 
    
Posts: 256
Joined: 05-Jul-2010
# Posted on: 08-Jul-2010 21:32:23   

Can I actually define my own complex types?

I have a converter that goes from byte[] to a (WPF) System.Windows.Media.Imaging.BitmapSource, but I don't know how to declare properties like that.

I know how to create my own enumerations, I know how to make custom TypeConverters, but I don't know how to add complex types.

Do you support this and if so, can you tell me how to do this?

Thanks

Alexander

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 09-Jul-2010 09:21:35   

This question doesn't belong to the Architecture Forum. (Should have been in the Generetaed Code Forum).

Are you using v.3.0? And if you mean ComplexTypes as in ValueTypes (Only supported on NHibernate and EF v1 and v4 ), then please check this documentation link.