%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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %Generate()
- %GenerateCode()
- %GenerateDefaultCode()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnGenerateCode()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetAttrsForClass()
- GetElementsForClass()
- GetXMLElementsForClass()
- GetXMLNameForClass()
- IsUpToDate()
- OutputToFile()
- OutputToStream()
- SchemaToPrefix()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLName2DisplayName()
- XMLName2NameSpace()
- XMLName2ShortName()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()