DynaDictionarys - Key Path
Posted: Fri Aug 07, 2009 12:54 pm
by Anonymous >> Mon, 10 Oct 2005 0:26:26 GMT
Hi,
I have a dynadictionary that contains instances that reference another generic object type.
I want to set a key path to the object im referencing like so.
addMemberKey('myDataClass.Customer.idNo', .....
However it seems jade cant do the type cast.
The Class membership in the dynadictionary is a generic supeclass type (ModelEntity) so I can use the class to point to any subclass object.
Is there a way around?
Troy
Hi,
I have a dynadictionary that contains instances that reference another generic object type.
I want to set a key path to the object im referencing like so.
addMemberKey('myDataClass.Customer.idNo', .....
However it seems jade cant do the type cast.
The Class membership in the dynadictionary is a generic supeclass type (ModelEntity) so I can use the class to point to any subclass object.
Is there a way around?
Troy