class %ZEN.Template.PageGeneratorInfo
extends %RegisteredObject
This utility class is used to pass information to a PageGenerator class.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
5
|
|
|
|
|
|
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.