class %DeepSee.Model.SubjectArea.level
extends %DeepSee.Model.SubjectArea.node
Meta-data for a hierarchy level within a dimension within a DeepSee subject area.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
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.