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.Classification.Definition.PredicateAND

class %iKnow.Classification.Definition.PredicateAND extends %iKnow.Classification.Definition.PredicateBase

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = AND;
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 predicates as list of PredicateBase (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: predicatesBuildValueArray(), predicatesCollectionToDisplay(), predicatesCollectionToOdbc(), predicatesDisplayToCollection(), predicatesGet(), predicatesGetObject(), predicatesGetObjectId(), predicatesGetSwizzled(), predicatesIsValid(), predicatesOdbcToCollection(), predicatesSet(), predicatesSetObject(), predicatesSetObjectId()

Methods

method %GenerateCode() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab