DocBook|Search
Class Reference
%DeepSee.Model.SubjectArea.node
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Model] >  [SubjectArea] >  [node]
Private  Storage  

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

Base class for DeepSee Cube SubjectArea meta-data objects.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 4


Summary

Properties
description disabled displayName name

Methods
%%OIDGet %AddToSaveSet %BindExport %ClassIsLatestVersion
%ClassName %ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %QuoteList %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType

Subclasses
%DeepSee.Model.SubjectArea.calculatedMember %DeepSee.Model.SubjectArea.dimension %DeepSee.Model.SubjectArea.hierarchy
%DeepSee.Model.SubjectArea.level %DeepSee.Model.SubjectArea.listing %DeepSee.Model.SubjectArea.measure
%DeepSee.Model.SubjectArea.namedSet %DeepSee.Model.SubjectArea.relationship %DeepSee.Model.SubjectArea.subjectArea

Parameters

• parameter NAMESPACE = "http://www.intersystems.com/deepsee/subjectarea";
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;
Do not include *this* class in the XML groupings.

Properties

• property description as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional description for this node.
• 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.
• property displayName as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Localized name of this element. This is used by tools but not within actually queries.
• property name as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Logical name of this element.