Class Reference
%DeepSee.Model.SubjectArea.namedSet
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Model] >  [SubjectArea] >  [namedSet]
Private  Storage

class %DeepSee.Model.SubjectArea.namedSet extends node

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 1


Summary

Properties
description disabled displayName hidden name
setExpression subjectArea

Methods
%%OIDGet %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
%Validate %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• 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).
• 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]".
• relationship subjectArea as %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION="none") [ Inverse = namedSets,Cardinality = one ];
Subject Area that this named set belongs to.

Methods

• method %Validate() as %Status
Test if this named set's definition is valid.