Skip to main content

%DeepSee.Model.SubjectArea.namedSet

Class %DeepSee.Model.SubjectArea.namedSet Extends node [ System = 3 ]

Meta-data object that represents a named set within a DeepSee subjectArea.

Properties

subjectArea

Relationship subjectArea As %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION = "none") [ Cardinality = one, Inverse = namedSets ];

Subject Area that this named set belongs to.

setExpression

Property setExpression As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");

MDX expression that defines the members of this named set. This expression must evaluate to a member or set of members: e.g., "[City].Members" or "[City].[Boston]".

hidden

Property hidden As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];

Hidden flag. If true, then this named set will be hidden (not part of the subject area model).

Methods

%Validate

Method %Validate() As %Status

Test if this named set's definition is valid.