deprecatedclass %iKnow.Classification.Definition.TermDictionary
extends node
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property Terms
as list of Term(XMLPROJECTION="WRAPPED",XMLTYPECONSTRAINT="choice");
The list of terms this classifier will consider for picking a category.
property defaultLanguage
as %String(XMLPROJECTION="ATTRIBUTE");
If the list of terms contains non-english entries for which the count policy is not "exactCount",
set this attribute to the appropriate two-letter language identifier.
property termSelectionMethod
as %String(XMLPROJECTION="ATTRIBUTE");
The method used to compile the list of terms used by this classifier.
(optional, for information purposes only)