abstract class %DeepSee.UserLibrary.Container
extends %RegisteredObject
This class provides a way to define folder items (such as dashboards or pivots) within
the XData block of class.
This provides a convenient way to define dashboards and other items that are meant to be
delivered as part of an application.
Compiling a Container class causes the XML within the Contents section to be processed and
any items defined will be loaded into the current namespace.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
2
|
|
|
|
|
classmethod %OnLoad()
as %Status
This method is called immediately after the contents of this container are loaded.
classmethod %Process(pVerbose As %Boolean = 1)
as %Status
This method causes the contents of this container to be loaded at compilation time.
It can also be called directly at a later time.