Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Rule] >  [VirtualProperty]
Private  Storage   

abstract class Ens.Rule.VirtualProperty extends %RegisteredObject

Expression Parser for RuleSets.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

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
getAngleSyntax getParenSyntax getSquareSyntax


Methods

• 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]


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.