Skip to main content

Ens.DTL.Group

class Ens.DTL.Group extends Ens.DTL.Action

Common superclass for actions grouped together.

Property Inventory

Method Inventory

Parameters

parameter TAGNAME = group;

Properties

property Actions as Ens.DTL.ActionList;
This holds the activities to be performed for this case
Property methods: ActionsGet(), ActionsGetSwizzled(), ActionsIsValid(), ActionsNewObject(), ActionsSet()

Methods

method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab