Mobile API Reference
MicroStrategy 2019
|
#include <DSSRelation.h>
Public Member Functions | |
DSSRelation () | |
~DSSRelation () | |
int | LoadFromBinary (DSSBinaryDataReader *ipReadStream) |
GUID | getParentID () |
GUID | getChildID () |
int | getParentList (int iChild, int **oppParentList, int *opnParent) |
int | getChildList (int iParent, int **oppChildList, int *opnChild) |
int | getRelatedElements (GUID &iUnitID, int inElement, int *ipElement, int *opnElement, int **oppElement) |
int | getRelatedElements (GUID &iUnitID, int inElement, int *ipElement, int *opnElement, int **oppElement, int iNullKey, bool ibReturnNullRelated) |
int | getChildElementHasNullParent (std::vector< int > &ivChildElements) |
int | getParentElementHasNullChild (std::vector< int > &ivParentElements) |
int | getIDs (GUID *opParentID, GUID *opChildID) |
int | get_NumUnits (Int32 *opUnits) |
int | get_AllIDs (Int32 inUnits, GUID *opIDs) |
DSSRelation () | |
~DSSRelation () | |
int | LoadFromBinary (DSSBinaryDataReader *ipReadStream) |
GUID | getParentID () |
GUID | getChildID () |
int | getParentList (int iChild, int **oppParentList, int *opnParent) |
int | getChildList (int iParent, int **oppChildList, int *opnChild) |
int | getRelatedElements (GUID &iUnitID, int inElement, int *ipElement, int *opnElement, int **oppElement) |
int | getRelatedElements (GUID &iUnitID, int inElement, int *ipElement, int *opnElement, int **oppElement, int iNullKey, bool ibReturnNullRelated) |
int | getChildElementHasNullParent (std::vector< int > &ivChildElements) |
int | getParentElementHasNullChild (std::vector< int > &ivParentElements) |
int | getIDs (GUID *opParentID, GUID *opChildID) |
int | get_NumUnits (Int32 *opUnits) |
int | get_AllIDs (Int32 inUnits, GUID *opIDs) |
Friends | |
class | DSSGUnitContainer |
DSSRelation::DSSRelation | ( | ) |
DSSRelation::~DSSRelation | ( | ) |
DSSRelation::DSSRelation | ( | ) |
DSSRelation::~DSSRelation | ( | ) |
int DSSRelation::get_NumUnits | ( | Int32 * | opUnits | ) |
int DSSRelation::get_NumUnits | ( | Int32 * | opUnits | ) |
int DSSRelation::getChildElementHasNullParent | ( | std::vector< int > & | ivChildElements | ) |
int DSSRelation::getChildElementHasNullParent | ( | std::vector< int > & | ivChildElements | ) |
|
inline |
|
inline |
int DSSRelation::getChildList | ( | int | iParent, |
int ** | oppChildList, | ||
int * | opnChild | ||
) |
int DSSRelation::getChildList | ( | int | iParent, |
int ** | oppChildList, | ||
int * | opnChild | ||
) |
int DSSRelation::getParentElementHasNullChild | ( | std::vector< int > & | ivParentElements | ) |
int DSSRelation::getParentElementHasNullChild | ( | std::vector< int > & | ivParentElements | ) |
|
inline |
|
inline |
int DSSRelation::getParentList | ( | int | iChild, |
int ** | oppParentList, | ||
int * | opnParent | ||
) |
int DSSRelation::getParentList | ( | int | iChild, |
int ** | oppParentList, | ||
int * | opnParent | ||
) |
int DSSRelation::getRelatedElements | ( | GUID & | iUnitID, |
int | inElement, | ||
int * | ipElement, | ||
int * | opnElement, | ||
int ** | oppElement | ||
) |
int DSSRelation::getRelatedElements | ( | GUID & | iUnitID, |
int | inElement, | ||
int * | ipElement, | ||
int * | opnElement, | ||
int ** | oppElement | ||
) |
int DSSRelation::getRelatedElements | ( | GUID & | iUnitID, |
int | inElement, | ||
int * | ipElement, | ||
int * | opnElement, | ||
int ** | oppElement, | ||
int | iNullKey, | ||
bool | ibReturnNullRelated | ||
) |
int DSSRelation::getRelatedElements | ( | GUID & | iUnitID, |
int | inElement, | ||
int * | ipElement, | ||
int * | opnElement, | ||
int ** | oppElement, | ||
int | iNullKey, | ||
bool | ibReturnNullRelated | ||
) |
int DSSRelation::LoadFromBinary | ( | DSSBinaryDataReader * | ipReadStream | ) |
int DSSRelation::LoadFromBinary | ( | DSSBinaryDataReader * | ipReadStream | ) |
|
friend |