Skip to main content

%iKnow.TextTransformation.OutputSection

Class %iKnow.TextTransformation.OutputSection Extends %SerialObject [ Deprecated, System = 4 ]

This class represents a section identified when executing a TT model.

Properties

Property Header As %String(MAXLEN = 1000);

Text

Property Text As %String(MAXLEN = "");

Location

Property Location As OutputLocation;

KeyValues

Property KeyValues As list Of OutputKeyValue [ Internal ];

Methods

AddKeyValue

Method AddKeyValue(pKeyValue As OutputKeyValue) As %Status

GetKeyValueCount

Method GetKeyValueCount() As %Integer

GetKeyValueAt

Method GetKeyValueAt(pPosition As %Integer) As OutputKeyValue