%DeepSee.Model.SubjectArea.node
Class %DeepSee.Model.SubjectArea.node Extends %DeepSee.Model.abstractNode [ Abstract, System = 3 ]
Base class for DeepSee Cube SubjectArea meta-data objects.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee/subjectarea";
XMLINCLUDEINGROUP
Parameter XMLINCLUDEINGROUP = 1;
Properties
name
Property name As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");
Logical name of this element.
displayName
Property displayName As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");
Localized name of this element. This is used by tools but not within actually queries.
description
Property description As %DeepSee.Datatype.string(XMLPROJECTION = "attribute");
Optional description for this node.
disabled
Property disabled As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the DeepSee cube model is compiled.