Skip to main content

%ZEN.Template.PageGeneratorInfo

deprecated class %ZEN.Template.PageGeneratorInfo extends %Library.RegisteredObject

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

Property Inventory

Properties

property %Data as %String [ MultiDimensional ];
Array of additional data (name/value pairs) provided by Wizard.
Property methods: %DataDisplayToLogical(), %DataGet(), %DataIsValid(), %DataLogicalToDisplay(), %DataLogicalToOdbc(), %DataNormalize(), %DataSet()
property ClassName as %String (MAXLEN = 255);
Full name of class being generated.
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property Description as %String (MAXLEN = 2000);
Description of new class.
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property PageName as %String (MAXLEN = 255);
Page name for new class.
Property methods: PageNameDisplayToLogical(), PageNameGet(), PageNameIsValid(), PageNameLogicalToDisplay(), PageNameLogicalToOdbc(), PageNameNormalize(), PageNameSet()
property PageTitle as %String (MAXLEN = 255);
Page title for new class.
Property methods: PageTitleDisplayToLogical(), PageTitleGet(), PageTitleIsValid(), PageTitleLogicalToDisplay(), PageTitleLogicalToOdbc(), PageTitleNormalize(), PageTitleSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab