Ens.DTL.Action
abstract class Ens.DTL.Action extends Ens.DTL.Node
Base class for all Action nodesProperty Inventory
Method Inventory
Parameters
parameter TAGNAME;
Properties
property Annotation as %String);
This holds an annotation for the action
Property methods: AnnotationDisplayToLogical(), AnnotationGet(), AnnotationIsValid(), AnnotationLogicalToDisplay(), AnnotationLogicalToOdbc(), AnnotationNormalize(), AnnotationSet()
property Disabled as %Boolean [ InitialExpression = 0 ];
This indicates whether the action (and any children of this action) are disabled.
Property methods: DisabledDisplayToLogical(), DisabledGet(), DisabledIsValid(), DisabledLogicalToDisplay(), DisabledNormalize(), DisabledSet()
property Expanded as %Boolean [ InitialExpression = 1 ];
This indicates whether the action is marked for showing collapsed in DTL Editor.
Property methods: ExpandedDisplayToLogical(), ExpandedGet(), ExpandedIsValid(), ExpandedLogicalToDisplay(), ExpandedNormalize(), ExpandedSet()
Methods
method GenerateXML(pStream As %BinaryStream) as %Status
method WriteAnnotationXML(pStream As %BinaryStream, pHandleTag As %Boolean = 0) as %Status
method WriteExpandedAttribute(pStream As %BinaryStream)
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Deserialize()
- DisplayName()
- GenerateCode()
- NormalizeAttribute()
- Serialize()
- Validate()