Skip to main content

%Installer.Sequence

abstract class %Installer.Sequence extends %XGEN.AbstractSequence

This is the base class for a sequence of activities.

Parameters

parameter NAMESPACE = INSTALLER;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XGENDOCUMENT = %Installer.Manifest;
Inherited description: This is the name of the XGEN document class that this node belongs to.
parameter XMLFORMAT = literal;
Reduces the amount of generated code

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab