Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%BI.ClassMethodPropList

class %BI.ClassMethodPropList

Method Inventory

Methods

classmethod MethodListClose(QHandle As %Binary) as %Status
classmethod MethodListExecute(ByRef QHandle As %Binary, classname As %String, kind As %String) as %Status
classmethod MethodListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod PropListClose(QHandle As %Binary) as %Status
classmethod PropListExecute(ByRef QHandle As %Binary, classname As %String, kind As %String) as %Status
classmethod PropListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

query MethodList(classname As %String)
Selects Name
query PropList(classname As %String)
Selects Name
FeedbackOpens in a new tab