Difference between revisions of "Requirements for a Metaproperty"
Line 9: | Line 9: | ||
* The MetaClass must be editable | * The MetaClass must be editable | ||
− | [[Category: | + | [[Category:MetaProperty]] |
Revision as of 20:37, 2 February 2015
There are several checks performed by the system to avoid inconsistency.
Requirements
The following requirements must be fulfilled to add a MetaProperty to a MetaClass
- The MetaProperty must have a valid name
- The MetaClass may not have a MetaProperty with the same name
- The MetaClass may not inherit a MetaProperty with the same name
- None of all the derivates of the MetaClass may not have a MetaProperty with the same name
- The MetaClass must be editable