Skip to main content

%DeepSee.Model.SubjectArea.level

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

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

Property Inventory

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).
Property methods: hiddenDisplayToLogical(), hiddenGet(), hiddenIsValid(), hiddenLogicalToDisplay(), hiddenLogicalToXSD(), hiddenNormalize(), hiddenSet(), hiddenXSDToLogical()
relationship hierarchy as %DeepSee.Model.SubjectArea.hierarchy (XMLPROJECTION = "none") [ Inverse = levels , Cardinality = one ];
Hierarchy that this level belongs to.
Property methods: hierarchyGet(), hierarchyGetObject(), hierarchyGetObjectId(), hierarchyGetSwizzled(), hierarchyIsValid(), hierarchyNewObject(), hierarchyRClose(), hierarchyRExec(), hierarchyRFetch(), hierarchyRelate(), hierarchySQLCompute(), hierarchySet(), hierarchyUnRelate()
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.
Property methods: sortDisplayToLogical(), sortGet(), sortIsValid(), sortLogicalToDisplay(), sortLogicalToOdbc(), sortNormalize(), sortSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab