Class Reference
%DeepSee.Model.SubjectArea.level
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%DeepSee] >  [Model] >  [SubjectArea] >  [level]
Private  Storage

class %DeepSee.Model.SubjectArea.level extends %DeepSee.Model.SubjectArea.node

Meta-data for a hierarchy level within a dimension within a DeepSee subject area.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3


Summary

Properties
description disabled displayName hidden hierarchy
name sort

Methods
%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


Properties

• property hidden as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this level will be hidden (not part of the subject area model).
• relationship hierarchy as %DeepSee.Model.SubjectArea.hierarchy(XMLPROJECTION="none") [ Inverse = levels,Cardinality = one ];
Hierarchy that this level belongs to.
• property sort as %DeepSee.Datatype.string(VALUELIST=",asc,desc",XMLPROJECTION="attribute");
If specified, then use this property to define the default sort order for members of the current level.
The value can be "asc" for ascending order or "desc" for descending order.
For more precise control, you can specify sort order within the property definitions associated with this level.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.