abstract class Ens.Rule.VirtualProperty
extends %RegisteredObject
Expression Parser for RuleSets.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
classmethod getAngleSyntax(pStream, pExpression, Output pStatus As %Status)
as %String
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]