[Zope-dev] ZClass propertysheets
Michel Pelletier
michel@digicool.com
Tue, 27 Feb 2001 15:06:39 -0800 (PST)
On Tue, 27 Feb 2001, Christian Scholz wrote:
> Hi!
>
> I am just wondering if it's possible to get hold of the properties of a propertysheet
> of a ZClass without instanciating it.
>
> So when instanciating I would just do
>
> map=object.propertysheets[1].propertyMap()
>
> and get all information of my ZClass instance object.
> So is this also possible on the class definition?
Yes, but you must use the classes absolute path:
Control_Panel.Products.ProductName.ClassName
will get you the class. Is this what you wanted?
-Michel