class %DeepSee.UserLibrary.TermList
extends %RegisteredObject, %DeepSee.UserLibrary.UserData
parameter XMLNAME = "termlist";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property FullName
as %String(MAXLEN=2000,XMLPROJECTION="attribute") [ Transient ];
property caption
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property description
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property fieldList
as list of %String;
property fieldListString
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property hideValue
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property keyList
as list of %String;
property modDate
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property name
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property pattern
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property subjectArea
as %String(MAXLEN=2000,XMLPROJECTION="attribute");
property valueList
as array of %String;