allPropertiesUpTo

allPropertiesUpTo(cls: Class): PropertyColl;

The allPropertiesUpTo method of the Class class returns a reference to all properties of superclasses of the receiver in the current schema up to those of the class specified in the cls parameter.

Only references to superclass properties in the current schema are returned, and not those in superschemas.