Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [UserLibrary] >  [SharedCalcMember]
Private  Storage   

persistent class %DeepSee.UserLibrary.SharedCalcMember extends %Persistent, %DeepSee.UserLibrary.UserData

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 9 2 1


Summary

Properties
CubeName Dimension Expression Format
FullName Name SolveOrder UpperCaseDimension
UpperCaseName

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 getFullName
getIdentifier


Parameters

• parameter XMLNAME = "sharedCalcMember";
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");
• property Dimension as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property Expression as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property Format as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property FullName as %String(MAXLEN=2000,XMLPROJECTION="attribute") [ Transient ];
• property Name as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property SolveOrder as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property UpperCaseDimension as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property UpperCaseName as %String(MAXLEN=2000,XMLPROJECTION="attribute");

Methods

• method getFullName() as %String
• method getIdentifier() as %String

Indices

•index (Idx on CubeName,UpperCaseDimension,UpperCaseName) [IdKey];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.