Skip to main content

%DeepSee.Model.KPI.node

Class %DeepSee.Model.KPI.node Extends %DeepSee.Model.abstractNode [ Abstract, System = 3 ]

Base class for DeepSee KPI meta-data objects.

Parameters

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/deepsee/kpi";

XMLINCLUDEINGROUP

Parameter XMLINCLUDEINGROUP = 1;

Properties

name

Property name As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");

Logical name of this element.

description

Property description As %DeepSee.Datatype.string(XMLPROJECTION = "attribute");

Description of this element.

displayName

Property displayName As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");

Localized name of this element.

disabled

Property disabled As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];

Disabled flag. If true, then this member will be ignored when the KPI class is compiled.