Mobile API Reference  MicroStrategy 2019
DSSAggMetric Class Reference

#include <DSSAggMetric.h>

Inheritance diagram for DSSAggMetric:
DSSMetric DSSMetric DSSObjectInfo DSSObjectInfo DSSObjectInfo DSSObjectInfo

Public Member Functions

 DSSAggMetric ()
 
virtual ~DSSAggMetric ()
 
 DSSAggMetric (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
 DSSAggMetric ()
 
virtual ~DSSAggMetric ()
 
 DSSAggMetric (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
- Public Member Functions inherited from DSSMetric
 DSSMetric ()
 
virtual ~DSSMetric ()
 
 DSSMetric (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
DSSFormatgetHeaderFormat ()
 
DSSFormatgetGridFormat ()
 
virtual void MakeCleanDefn ()
 
DSSCExpressiongetExpression ()
 
std::string getFormula ()
 
void setFormula (std::string iFormula)
 
EnumDSSDecomposable getDecomposable ()
 
DSSDimtygetDimty ()
 
int getUserDefinedSubtotalCount ()
 
GUID getUserDefinedSubtotal (int iIndex)
 
bool isDerivedMetric ()
 
 DSSMetric ()
 
virtual ~DSSMetric ()
 
 DSSMetric (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
DSSFormatgetHeaderFormat ()
 
DSSFormatgetGridFormat ()
 
virtual void MakeCleanDefn ()
 
DSSCExpressiongetExpression ()
 
std::string getFormula ()
 
void setFormula (std::string iFormula)
 
EnumDSSDecomposable getDecomposable ()
 
DSSDimtygetDimty ()
 
int getUserDefinedSubtotalCount ()
 
GUID getUserDefinedSubtotal (int iIndex)
 
bool isDerivedMetric ()
 
- Public Member Functions inherited from DSSObjectInfo
 DSSObjectInfo ()
 
virtual ~DSSObjectInfo ()
 
 DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
 DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
GUID getID ()
 
EnumDSSObjectType getType ()
 
std::string getName ()
 
std::string & getNameRef ()
 
void setName (std::string iName)
 
void setDsc (std::string iDsc)
 
std::string getDsc ()
 
GUID getContainerID ()
 
DSSObjectContextgetObjectContext ()
 
int LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader)
 
void InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet)
 
CComVariantgetPropertyValue (std::string iPropertySetName, std::string iPropertyName)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue)
 
PropertySetsMap getPropertySetsMap ()
 
GUID getOnwerID ()
 
void putOwnerID (GUID &iOnwerID)
 
void addACE (GUID &iTrusteeID, int iTypeAndRights)
 
bool CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true)
 
EnumDSSViewMedia getViewMedia ()
 
std::vector< DSSAccessControlEntrygetACL ()
 
void Duplicate (DSSObjectInfo *ipObjectInfo)
 
 DSSObjectInfo ()
 
virtual ~DSSObjectInfo ()
 
 DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
 DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
GUID getID ()
 
EnumDSSObjectType getType ()
 
std::string getName ()
 
std::string & getNameRef ()
 
void setName (std::string iName)
 
void setDsc (std::string iDsc)
 
std::string getDsc ()
 
GUID getContainerID ()
 
DSSObjectContextgetObjectContext ()
 
int LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader)
 
void InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet)
 
CComVariantgetPropertyValue (std::string iPropertySetName, std::string iPropertyName)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue)
 
PropertySetsMap getPropertySetsMap ()
 
GUID getOnwerID ()
 
void putOwnerID (GUID &iOnwerID)
 
void addACE (GUID &iTrusteeID, int iTypeAndRights)
 
bool CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true)
 
EnumDSSViewMedia getViewMedia ()
 
std::vector< DSSAccessControlEntrygetACL ()
 
void Duplicate (DSSObjectInfo *ipObjectInfo)
 

Additional Inherited Members

- Protected Attributes inherited from DSSMetric
DSSCExpressionmpExpression
 
DSSDimtympDimty
 
EnumDSSDecomposable mDecomposable
 
std::vector< GUIDmvUserDefinedSubtotals
 
- Protected Attributes inherited from DSSObjectInfo
EnumDSSObjectType mType
 
DSSObjectContextmpObjectContext
 
PropertySetsMap mPropertySetsMap
 

Constructor & Destructor Documentation

◆ DSSAggMetric() [1/4]

DSSAggMetric::DSSAggMetric ( )

◆ ~DSSAggMetric() [1/2]

virtual DSSAggMetric::~DSSAggMetric ( )
virtual

◆ DSSAggMetric() [2/4]

DSSAggMetric::DSSAggMetric ( GUID iID,
EnumDSSObjectType  iType,
std::string  iName,
DSSObjectContext iObjectContext,
GUID  iContainerID 
)

◆ DSSAggMetric() [3/4]

DSSAggMetric::DSSAggMetric ( )

◆ ~DSSAggMetric() [2/2]

virtual DSSAggMetric::~DSSAggMetric ( )
virtual

◆ DSSAggMetric() [4/4]

DSSAggMetric::DSSAggMetric ( GUID iID,
EnumDSSObjectType  iType,
std::string  iName,
DSSObjectContext iObjectContext,
GUID  iContainerID 
)

Member Function Documentation

◆ LoadDefnFromBinary() [1/2]

int DSSAggMetric::LoadDefnFromBinary ( DSSBinaryDataReader ipReader)

◆ LoadDefnFromBinary() [2/2]

int DSSAggMetric::LoadDefnFromBinary ( DSSBinaryDataReader ipReader)