[Zope] Getting an objects properties

Leon de Heus hapkido@kabelfoon.nl
Wed, 06 Oct 1999 15:37:46 +0000


Hello,

I posted this question to zope-dev but got no answer and noticed that
most of the traffic appears to be on the zope list, so let's try again
;-)

I'm trying to write an external method that exports an object to the
filesystem as a folder, with all its properties stored as files.

I have a prototype working in wich I use 'dir(self)' to get a list of
all the properties of the object. It kinda works now, but I was
wondering what the correct way is to get all the properties wich are
stored for an object in de objectdatabase. Do I have to access them
through the propertysheets ? And what happens then if I delete one from
a propertysheet, while the object still has it stored?

Thanks for any help.

Kind regards,
Leon de Heus.



_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://www.zope.org/mailman/listinfo/zope-dev

(Related lists - please, no cross posts or HTML encoding!

To receive general Zope announcements, see:
http://www.zope.org/mailman/listinfo/zope-announce

For non-developer, user-level issues, 
zope@zope.org, http://www.zope.org/mailman/listinfo/zope )