deprecatedclass %iKnow.Classification.Definition.TermCRCEntry
extends node
parameter XMLNAME = "Entry";
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 Master
as %String(MAXLEN=200,XMLPROJECTION="ELEMENT");
property Relation
as %String(MAXLEN=200,XMLPROJECTION="ELEMENT");
property Slave
as %String(MAXLEN=200,XMLPROJECTION="ELEMENT");