Skip to main content

%DeepSee.Model.KPI.node

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

Base class for DeepSee KPI meta-data objects.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/deepsee/kpi;
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 description as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Description of this element.
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property disabled as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the KPI class is compiled.
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
property displayName as %DeepSee.Datatype.entityName (XMLPROJECTION = "attribute");
Localized name of this element.
Property methods: displayNameDisplayToLogical(), displayNameGet(), displayNameIsValid(), displayNameLogicalToDisplay(), displayNameLogicalToOdbc(), displayNameNormalize(), displayNameSet()
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