Difference between revisions of "RULE"
Line 8: | Line 8: | ||
| purpose = Configure rules | | purpose = Configure rules | ||
| version = 2+ | | version = 2+ | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Kernel.NameCreatorRule | ||
}} | }} | ||
A rule object is a content object that can be applied to a [[Metaproperty|MetaProperty]] on a [[Metaclass|MetaClass]], in order to restrict the possible values of user input at a derived [[Baseproperty|BaseProperty]] of a [[Contentclass|ContentClass]]. | A rule object is a content object that can be applied to a [[Metaproperty|MetaProperty]] on a [[Metaclass|MetaClass]], in order to restrict the possible values of user input at a derived [[Baseproperty|BaseProperty]] of a [[Contentclass|ContentClass]]. | ||
[[Category:Metaclasses]] | [[Category:Metaclasses]] |
Revision as of 15:10, 13 May 2015
Rule | |
---|---|
Name | RULE |
Namespace | System.Rule |
Internal Name | Rule |
TypeString | UBIK.Kernel.MetaClass |
RuntimeType | UBIK.Kernel.NameCreatorRule |
Purpose | Configure rules |
Version | 2+ |
A rule object is a content object that can be applied to a MetaProperty on a MetaClass, in order to restrict the possible values of user input at a derived BaseProperty of a ContentClass.