Skip to main content

%Compiler.Type.Dynamic

class %Compiler.Type.Dynamic extends %Compiler.Type.Object

Property superclass for dynamic object values, for internal use only.

Method Inventory

Parameters

final parameter CLASSNAME = 0;
Inherited description: A logical value determines if classnames of referenced properties are stored. 0 - store only the ID; 1 - store the two element form of the OID 2 - store the three element form of the OID (applies only to streams currently)
parameter FORMAT = JSON;

Methods

method Get() as %RawString
Returns an oref, performing swizzling if necessary it returns "" ($$$NULLOREF) if there is no oref and the id=""
classmethod GetStored(id As %String) as %RawString

Inherited Members

Inherited Methods

FeedbackOpens in a new tab