Jump to: navigation, search

Difference between revisions of "HowTo:Change Inheritance of a MetaClass"


Line 8: Line 8:
  
 
==See also==
 
==See also==
* [[Requirements_for_a_MetaProperty|Requirements for adding a MetaProperty]]
+
* [[Requirements_for_a_Metaproperty|Requirements for adding a MetaProperty]]
  
 
[[Category:How-To]]
 
[[Category:How-To]]

Revision as of 09:03, 11 February 2015

The inheritance of a MetaClass can easily be changed by setting the Inheritance reference to a new parent. The MetaClass will derive its data (like MetaProperties from the new parent now.

The inheritance of a MetaClass may only be changed if all of the following conditions are fulfilled:

  • The MetaClass may not have any instances yet
  • Every single MetaProperty of the new inherit owner must be a valid new MetaProperty for the MetaClass


See also