class %SYSTEM.Context.InterOpFunctions
extends %Library.SystemBase
property functions
as %RawString [ MultiDimensional ];
Array using $namespace first subscript - Case sensitive
Second subscript is method name uppercase
method %OnNew(pNamespace=$namespace)
as %Library.Status
method GetFunctionDetails(pFunction As %String, Output pSC As %Status = $$$OK, pNamespace As %String = $namespace)
as %String
method GetFunctionSet(Output pArray, pNamespace As %String = $namespace)
as %Status
GetFunction
method clearContext(pNamespace As %String = $namespace)
method outOfDate(pLastBuilt As %String)
as %Boolean
method populateFunctions(pNamespace As %String = $namespace)
as %Status