Skip to main content

%iKnow.Classification.Definition.TermCRCEntry

class %iKnow.Classification.Definition.TermCRCEntry extends %iKnow.Classification.Definition.node

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = Entry;
Inherited description: 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.

Properties

property Master as %String (MAXLEN = 200, XMLPROJECTION = "ELEMENT");
Property methods: MasterDisplayToLogical(), MasterGet(), MasterIsValid(), MasterLogicalToDisplay(), MasterLogicalToOdbc(), MasterNormalize(), MasterSet()
property Relation as %String (MAXLEN = 200, XMLPROJECTION = "ELEMENT");
Property methods: RelationDisplayToLogical(), RelationGet(), RelationIsValid(), RelationLogicalToDisplay(), RelationLogicalToOdbc(), RelationNormalize(), RelationSet()
property Slave as %String (MAXLEN = 200, XMLPROJECTION = "ELEMENT");
Property methods: SlaveDisplayToLogical(), SlaveGet(), SlaveIsValid(), SlaveLogicalToDisplay(), SlaveLogicalToOdbc(), SlaveNormalize(), SlaveSet()

Methods

method ToString() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab