Ens.Rule.VirtualProperty
abstract class Ens.Rule.VirtualProperty extends %Library.RegisteredObject
Expression Parser for RuleSets.Method Inventory
Methods
This method evaluate the virtual property syntax: object.
classmethod getParenSyntax(object As %RegisteredObject, property As %String) as %String
This method evaluate the virtual property syntax: object.(property)
classmethod getSquareSyntax(object As %RegisteredObject, property As %String) as %String
This method evaluate the virtual property syntax: object.[property]
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()