%Installer.Manifest
class %Installer.Manifest extends %XGEN.AbstractDocument
Manifest document for a installer manifest.
Inventory
Parameters | Properties | Methods | Queries | Indices | ForeignKeys | Triggers |
---|---|---|---|---|---|---|
4 | 2 |
Summary
Properties | ||||
---|---|---|---|---|
CaptureIO | Title | children | name | skipChildren |
Parameters
parameter NAMESPACE = "INSTALLER";
This is the XML namespace for INSTALLER documents.
parameter ROOTCLASSES = "%Installer.Manifest:Manifest";
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.