Jump to: navigation, search

Difference between revisions of "RULE"


 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
| title = Rule
 
| title = Rule
 
| name = RULE
 
| name = RULE
| internalname = Rule
+
| internalname = SystemObjects.RULE
 
| namespace = System.Rule
 
| namespace = System.Rule
 
| image = [[File:SY_RULE.png|220px]]
 
| image = [[File:SY_RULE.png|220px]]
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]].
  
 
+
[[Category:Metaclasses]]
== Basics ==
+
 
+
In UBIK, a rule is a special 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:UBIK Object]]
+
[[Category:UBIK System MetaClasses]]
+

Latest revision as of 10:13, 4 November 2015

IC METACLASS.gif Rule
Name RULE
Namespace System.Rule
Internal Name SystemObjects.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.