%DeepSee.Model.ListingGroup.node
abstract class %DeepSee.Model.ListingGroup.node extends %DeepSee.Model.abstractNode
Base class for DeepSee Cube SubjectArea meta-data objects.Property Inventory
Parameters
parameter NAMESPACE = http://www.intersystems.com/deepsee/listinggroup;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the
class to XML. If NAMESPACE = "", the default namespace is used for the XML schema
is used as the namespace for his class.
parameter XMLINCLUDEINGROUP = 1;
Inherited description: Do not include *this* class in the XML groupings.
Properties
property description as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Optional description for this node.
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property disabled as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the
DeepSee cube model is compiled.
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
property displayName as %DeepSee.Datatype.entityName (XMLPROJECTION = "attribute");
Localized name of this element.
This is used by tools but not within actually queries.
Property methods: displayNameDisplayToLogical(), displayNameGet(), displayNameIsValid(), displayNameLogicalToDisplay(), displayNameLogicalToOdbc(), displayNameNormalize(), displayNameSet()
property name as %DeepSee.Datatype.entityName (XMLPROJECTION = "attribute");
Logical name of this element.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
Inherited Members
Inherited Methods
- %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()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()