Ens.DTL.Case
class Ens.DTL.Case extends Ens.DTL.CaseNode
This represents a block of activities to be performed for a particular case within aProperty Inventory
Method Inventory
Parameters
parameter TAGNAME = case;
Properties
property Condition as %String;
This holds the condition which selects this case
Property methods: ConditionDisplayToLogical(), ConditionGet(), ConditionIsValid(), ConditionLogicalToDisplay(), ConditionLogicalToOdbc(), ConditionNormalize(), ConditionSet()
Methods
method DisplayName() as %String
Provide a user readable string which names the activity
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
- %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()
- GenerateCode()
- NormalizeAttribute()
- Serialize()
- WriteAnnotationXML()
- WriteExpandedAttribute()