Class Reference
%ZEN.Template.PageGeneratorInfo
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Template] >  [PageGeneratorInfo]
Private  Storage

class %ZEN.Template.PageGeneratorInfo extends %RegisteredObject

This utility class is used to pass information to a PageGenerator class.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Properties
%Data ClassName Description PageName PageTitle

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject


Properties

• property %Data as %String [ MultiDimensional ];
Array of additional data (name/value pairs) provided by Wizard.
• property ClassName as %String(MAXLEN=255);
Full name of class being generated.
• property Description as %String(MAXLEN=2000);
Description of new class.
• property PageName as %String(MAXLEN=255);
Page name for new class.
• property PageTitle as %String(MAXLEN=255);
Page title for new class.