[flexcoders] Enumerable properties: what am I not getting?

2006-12-14 Thread ben.clinkinbeard
So setPropertyIsEnumerable() is really only good for dynamically creayed properties, and really only for setting to false, since they are enumerable by default. My question is, how can I iterate over the properties that are actually defined in one of my classes? I have a VO class with a bunch o'

RE: [flexcoders] Enumerable properties: what am I not getting?

2006-12-14 Thread Gordon Smith
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, December 14, 2006 8:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Enumerable properties: what am I not getting? So setPropertyIsEnumerable() is really only good for dynamically creayed properties