Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Library] >  [PropertyHelper]
Private  Storage   

class %Library.PropertyHelper extends %RegisteredObject

This class is used internally to hold property/field values needed for computed fields An object is needed in order for Python computed fields to access the values of other fields in the row/object This is similar to %Library.TriggerHelper

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1


Summary

Properties
fields

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
getfield


Properties

• property fields as %String(MAXLEN=250) [ MultiDimensional ];
Holds the field names/values that can be referenced by the Compute code

Methods

• method getfield(fieldname As %RawString) as %RawString [ Language = objectscript ]


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