Jump to: navigation, search

Difference between revisions of "HowTo:Create a new MetaClass"


 
Line 15: Line 15:
 
* [[HowTo:Add_a_MetaProperty_to_a_MetaClass|Add a MetaProperty to a MetaClass]]
 
* [[HowTo:Add_a_MetaProperty_to_a_MetaClass|Add a MetaProperty to a MetaClass]]
  
 +
[[Category:Studio]]
 
[[Category:How-To]]
 
[[Category:How-To]]

Latest revision as of 15:46, 2 February 2015

A new MetaClass has to be created as a derivative (child) from another class (parent). This can easily be done in the Class Browser control by

  1. Navigate to the favoured parent MetaClass in the Class Browser
  2. Create a new child MetaClass with Derive new object from the context menu
    Derive new object
  3. Edit name and description, either
  4. Save the object with Ctrl+S

Technical background

The system creates a new instance of CUSTOMMETACLASS and sets the Inherit property with the parent MetaClass. A custom MetaClass is consequently also an instance of CUSTOMMETACLASS and can be treated as a Content Object.

See also