%DeepSee.Model.SubjectArea.namedSet
class %DeepSee.Model.SubjectArea.namedSet extends %DeepSee.Model.SubjectArea.node
Meta-data object that represents a named set within a DeepSee subjectArea.Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
Hidden flag. If true, then this named set will be hidden (not part of the subject area model).
Property methods: hiddenDisplayToLogical(), hiddenGet(), hiddenIsValid(), hiddenLogicalToDisplay(), hiddenLogicalToXSD(), hiddenNormalize(), hiddenSet(), hiddenXSDToLogical()
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]".
Property methods: setExpressionDisplayToLogical(), setExpressionGet(), setExpressionIsValid(), setExpressionLogicalToDisplay(), setExpressionLogicalToOdbc(), setExpressionNormalize(), setExpressionSet()
relationship subjectArea as %DeepSee.Model.SubjectArea.subjectArea (XMLPROJECTION = "none") [ Inverse = namedSets , Cardinality = one ];
Subject Area that this named set belongs to.
Property methods: subjectAreaGet(), subjectAreaGetObject(), subjectAreaGetObjectId(), subjectAreaGetSwizzled(), subjectAreaIsValid(), subjectAreaNewObject(), subjectAreaRClose(), subjectAreaRExec(), subjectAreaRFetch(), subjectAreaRelate(), subjectAreaSQLCompute(), subjectAreaSet(), subjectAreaUnRelate()
Methods (Including Private)
method %Validate() as %Status [ Language = objectscript ]
Test if this named set's definition is valid.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()