by James Plank >> Fri, 30 Jul 1999 4:01:46 GMT
This sound confusing, Iam just starting to use SubSchema's and I need to use the method...getSubclassesUpToSchema(topSchema: Schema; subs: ClassColl input);
But I dont know how to reference the current schema to pass it as the topSchema parameter to this method
Any ideas??
Confusing Background
I need to get a collection of subclass names for the current subschema using code in a superschema. my app which works fine with
getSubclasses in the superschema
However in a new child subschema this code ..(located in the superschema) doesnt work.
It does work with ..allSubclassesInSubschemas. However I also get other classes from other subschema s , as opposed to just the current subschema class
Now think " getSubclassesUpToSchema" might do the trick but...
I dont know how to reference a the current schema to use a a parameter