Skip to main content

%DeepSee.Model.QualityMeasure.node

abstract class %DeepSee.Model.QualityMeasure.node extends %DeepSee.Model.abstractNode

Base class for DeepSee Quality Measure meta-data objects.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/deepsee/qualityMeasure;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLINCLUDEINGROUP = 1;
Inherited description: Do not include *this* class in the XML groupings.

Properties

property caption as %ZEN.Datatype.caption (MAXLEN = 2000, XMLPROJECTION = "attribute");
Display name of this element.
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property disabled as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored at compile time.
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
property name as %DeepSee.Datatype.entityName (XMLPROJECTION = "attribute");
Logical name of this element.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab