Mobile API Reference
MicroStrategy 2019
|
#include <DSSPropertySet.h>
Public Member Functions | |
DSSPropertySet () | |
virtual | ~DSSPropertySet () |
DSSPropertyBaseClass * | getProperty (std::string iPropertyName) |
void | InsertProperty (std::string iPropertyName, DSSProperty *ipProperty) |
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
void | setName (std::string value) |
PropertyMap | getPropertyMap () |
void | Duplicate (DSSPropertySet *ipPropertySet) |
std::string | GenerateXML () |
void | LoadDefnFromXMLNode (void *ipXMLNode) |
DSSPropertySet () | |
virtual | ~DSSPropertySet () |
DSSPropertyBaseClass * | getProperty (std::string iPropertyName) |
void | InsertProperty (std::string iPropertyName, DSSProperty *ipProperty) |
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
void | setName (std::string value) |
PropertyMap | getPropertyMap () |
void | Duplicate (DSSPropertySet *ipPropertySet) |
std::string | GenerateXML () |
void | LoadDefnFromXMLNode (void *ipXMLNode) |
Public Member Functions inherited from DSSPropertySetBaseClass | |
DSSPropertySetBaseClass () | |
virtual | ~DSSPropertySetBaseClass () |
std::string | getName () |
DSSPropertySetBaseClass () | |
virtual | ~DSSPropertySetBaseClass () |
std::string | getName () |
Additional Inherited Members | |
Protected Attributes inherited from DSSPropertySetBaseClass | |
std::string | mName |
DSSPropertySet::DSSPropertySet | ( | ) |
|
virtual |
DSSPropertySet::DSSPropertySet | ( | ) |
|
virtual |
|
inline |
void DSSPropertySet::Duplicate | ( | DSSPropertySet * | ipPropertySet | ) |
std::string DSSPropertySet::GenerateXML | ( | ) |
std::string DSSPropertySet::GenerateXML | ( | ) |
|
virtual |
Implements DSSPropertySetBaseClass.
|
virtual |
Implements DSSPropertySetBaseClass.
|
inline |
PropertyMap DSSPropertySet::getPropertyMap | ( | ) |
void DSSPropertySet::InsertProperty | ( | std::string | iPropertyName, |
DSSProperty * | ipProperty | ||
) |
void DSSPropertySet::InsertProperty | ( | std::string | iPropertyName, |
DSSProperty * | ipProperty | ||
) |
int DSSPropertySet::LoadDefnFromBinary | ( | DSSBinaryDataReader * | ipReader | ) |
int DSSPropertySet::LoadDefnFromBinary | ( | DSSBinaryDataReader * | ipReader | ) |
void DSSPropertySet::LoadDefnFromXMLNode | ( | void * | ipXMLNode | ) |
void DSSPropertySet::LoadDefnFromXMLNode | ( | void * | ipXMLNode | ) |
void DSSPropertySet::setName | ( | std::string | value | ) |
void DSSPropertySet::setName | ( | std::string | value | ) |