Skip to main content

%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