Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%iKnow.Model.nodeWithParameters

abstract class %iKnow.Model.nodeWithParameters extends %iKnow.Model.node

Property Inventory

Properties

relationship parameters as array of %iKnow.Model.parameter (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%iKnow.Model.parameter","parent",+$this,"many",0,0) , Transient , Inverse = parent , Cardinality = many ];
Property methods: parametersGet(), parametersGetObject(), parametersGetObjectId(), parametersGetSwizzled(), parametersIsEmpty(), parametersIsValid(), parametersNewObject(), parametersRClose(), parametersRExec(), parametersRFetch(), parametersRelate(), parametersSQLCompute(), parametersSet(), parametersUnRelate()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab