Skip to main content

%Installer.Manifest

class %Installer.Manifest extends %XGEN.AbstractDocument

Manifest document for a installer manifest.

Property Inventory

Parameters

parameter NAMESPACE = INSTALLER;
This is the XML namespace for INSTALLER documents.
parameter ROOTCLASSES = %Installer.Manifest:Manifest;
Inherited description: This is a comma-separated list of the classes whose xml elements can be used as the root level element of a document separated with a ':' and the XML tag name to correlate this with e.g. "User.Person:person,User.Company:company".
parameter XMLNAME = Manifest;
This is the XML name of this document.
parameter XMLNAMESPACE = INSTALLER;
This is the value to be used for the XMLNamespace keyword for XData blocks containing this type of document.

Properties

property CaptureIO as %Boolean [ InitialExpression = 0 ];
Enable to capture I/O for logging purposes
Property methods: CaptureIODisplayToLogical(), CaptureIOGet(), CaptureIOIsValid(), CaptureIOLogicalToDisplay(), CaptureIOLogicalToXSD(), CaptureIONormalize(), CaptureIOSet(), CaptureIOXSDToLogical()
property Title as %String (MAXLEN = 512);
Title of this installer manifest
Property methods: TitleDisplayToLogical(), TitleGet(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab