Forum Post: Re: OO dynamic inheritance

  • Thread starter Thread starter Simon L. Prinsloo
  • Start date Start date
Status
Not open for further replies.
S

Simon L. Prinsloo

Guest
Richard I got around that by creating a standard object (no .Net). On the client side, I derived a new object from that one, on which I implemented a .Net interface with no members. Once you cast it to the .Net interface, you can assign it to the tag. The limitation here is that you need your own serialization if you need to cross the AppServer boundary. Regards Simon

Continue reading...
 
Status
Not open for further replies.
Back
Top