%Library.PropertyHelper
class %Library.PropertyHelper extends %Library.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.TriggerHelperProperty Inventory
Method Inventory
Properties
property fields as %String (MAXLEN = 250) [ MultiDimensional ];
Holds the field names/values that can be referenced by the Compute code
Property methods: fieldsDisplayToLogical(), fieldsGet(), fieldsIsValid(), fieldsLogicalToDisplay(), fieldsLogicalToOdbc(), fieldsNormalize(), fieldsSet()
Methods
method getfield(fieldname As %RawString) as %RawString
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()