%Installer.Compile
class %Installer.Compile extends %Installer.Activity
This is a "Compile" activity within a Manifest documentProperty Inventory
Properties
property Class as %String (MAXLEN = 128) [ Required ];
Class name to compile
Property methods: ClassDisplayToLogical(), ClassGet(), ClassIsValid(), ClassLogicalToDisplay(), ClassLogicalToOdbc(), ClassNormalize(), ClassSet()
property Flags as %String [ InitialExpression = "ck" ];
Compile flags value
Property methods: FlagsDisplayToLogical(), FlagsGet(), FlagsIsValid(), FlagsLogicalToDisplay(), FlagsLogicalToOdbc(), FlagsNormalize(), FlagsSet()
property IgnoreErrors as %String [ InitialExpression = "0" ];
Ignore errors flag
Property methods: IgnoreErrorsDisplayToLogical(), IgnoreErrorsGet(), IgnoreErrorsIsValid(), IgnoreErrorsLogicalToDisplay(), IgnoreErrorsLogicalToOdbc(), IgnoreErrorsNormalize(), IgnoreErrorsSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %Indent()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()