%DeepSee.UserLibrary.SharedCalcMember
persistent class %DeepSee.UserLibrary.SharedCalcMember extends %Library.Persistent, %DeepSee.UserLibrary.UserData
SQL Table Name: %DeepSee_UserLibrary.SharedCalcMember
Property Inventory
Method Inventory
Parameters
parameter XMLNAME = sharedCalcMember;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties
property CubeName as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Required ];
Property methods: CubeNameDisplayToLogical(), CubeNameGet(), CubeNameGetStored(), CubeNameIsValid(), CubeNameLogicalToDisplay(), CubeNameLogicalToOdbc(), CubeNameNormalize(), CubeNameSet()
property Dimension as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: DimensionDisplayToLogical(), DimensionGet(), DimensionGetStored(), DimensionIsValid(), DimensionLogicalToDisplay(), DimensionLogicalToOdbc(), DimensionNormalize(), DimensionSet()
property Expression as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: ExpressionDisplayToLogical(), ExpressionGet(), ExpressionGetStored(), ExpressionIsValid(), ExpressionLogicalToDisplay(), ExpressionLogicalToOdbc(), ExpressionNormalize(), ExpressionSet()
property Format as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: FormatDisplayToLogical(), FormatGet(), FormatGetStored(), FormatIsValid(), FormatLogicalToDisplay(), FormatLogicalToOdbc(), FormatNormalize(), FormatSet()
property FullName as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Transient ];
Property methods: FullNameCompute(), FullNameDisplayToLogical(), FullNameGet(), FullNameIsValid(), FullNameLogicalToDisplay(), FullNameLogicalToOdbc(), FullNameNormalize(), FullNameSQLCompute(), FullNameSet(), FullNameSetT()
property Name as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property SolveOrder as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: SolveOrderDisplayToLogical(), SolveOrderGet(), SolveOrderGetStored(), SolveOrderIsValid(), SolveOrderLogicalToDisplay(), SolveOrderLogicalToOdbc(), SolveOrderNormalize(), SolveOrderSet()
property UpperCaseDimension as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Required ];
Property methods: UpperCaseDimensionDisplayToLogical(), UpperCaseDimensionGet(), UpperCaseDimensionGetStored(), UpperCaseDimensionIsValid(), UpperCaseDimensionLogicalToDisplay(), UpperCaseDimensionLogicalToOdbc(), UpperCaseDimensionNormalize(), UpperCaseDimensionSet()
property UpperCaseName as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Required ];
Property methods: UpperCaseNameDisplayToLogical(), UpperCaseNameGet(), UpperCaseNameGetStored(), UpperCaseNameIsValid(), UpperCaseNameLogicalToDisplay(), UpperCaseNameLogicalToOdbc(), UpperCaseNameNormalize(), UpperCaseNameSet()
Methods
method getFullName() as %String
method getIdentifier() as %String
Indexes
index (Idx on CubeName,UpperCaseDimension,UpperCaseName) [IdKey, Type = key];
Index methods: IdxCheck(), IdxDelete(), IdxExists(), IdxOpen(), IdxSQLCheckUnique(), IdxSQLExists(), IdxSQLFindPKeyByConstraint(), IdxSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (%DeepSee.UserLibrary.SharedCalcMember)
^DeepSee.CalcMbrs(ID) |
= | Dimension
Name
Expression
Format
SolveOrder
%%CLASSNAME
|