Skip to main content

Ens.DTL.Action

abstract class Ens.DTL.Action extends Ens.DTL.Node

Base class for all Action nodes

Property 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

Subclasses

FeedbackOpens in a new tab