Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Ens.Rule.VirtualProperty

abstract class Ens.Rule.VirtualProperty extends %Library.RegisteredObject

Expression Parser for RuleSets.

Method Inventory

Methods

classmethod getAngelSyntax(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]

Inherited Members

Inherited Methods

FeedbackOpens in a new tab