serial class %IPM.Storage.ModuleSetting.Parameter
extends %IPM.Storage.ModuleSetting
parameter DEFAULTGLOBAL = "^IPM.Storage.ModSet.Param";
property LifecycleClass
as %String(XMLPROJECTION="ATTRIBUTE");
Optional; if specified, parameter default only applies when the lifecycle class is the one in question.
property Name
as %String(XMLPROJECTION="ATTRIBUTE");
Name of the parameter (may contain "." to indicate a subscript in the array passed to lifecycle phases)
property Value
as %String(XMLPROJECTION="CONTENT");
Value of the parameter (may be empty)