%DeepSee.Model.SubjectArea.level
Class %DeepSee.Model.SubjectArea.level Extends %DeepSee.Model.SubjectArea.node [ System = 3 ]
Meta-data for a hierarchy level within a dimension within a DeepSee subject area.
Properties
hidden
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).
hierarchy
Relationship hierarchy As %DeepSee.Model.SubjectArea.hierarchy(XMLPROJECTION = "none") [ Cardinality = one, Inverse = levels ];
Hierarchy that this level belongs to.
sort
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.