%DeepSee.Model.QualityMeasure.node
Class %DeepSee.Model.QualityMeasure.node Extends %DeepSee.Model.abstractNode [ Abstract, System = 3 ]
Base class for DeepSee Quality Measure meta-data objects.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee/qualityMeasure";
XMLINCLUDEINGROUP
Parameter XMLINCLUDEINGROUP = 1;
Properties
name
Property name As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");
Logical name of this element.
caption
Property caption As %ZEN.Datatype.caption(MAXLEN = 2000, XMLPROJECTION = "attribute");
Display name of this element.
disabled
Property disabled As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored at compile time.