Mobile API Reference
MicroStrategy 2019
|
#include <DSSFields.h>
Public Member Functions | |
DSSFields () | |
virtual | ~DSSFields () |
DSSFields (DSSObjectContext *ipObjectContext) | |
void | Add (DSSField *ipField, int iIndex=-1) |
int | Count () |
DSSField * | Item (int iIndex) |
DSSField * | FindByKey (std::string iKey) |
DSSFields () | |
virtual | ~DSSFields () |
DSSFields (DSSObjectContext *ipObjectContext) | |
void | Add (DSSField *ipField, int iIndex=-1) |
int | Count () |
DSSField * | Item (int iIndex) |
DSSField * | FindByKey (std::string iKey) |
Public Member Functions inherited from DSSSecondClassObject | |
DSSSecondClassObject () | |
virtual | ~DSSSecondClassObject () |
DSSSecondClassObject (DSSObjectContext *ipObjectContext) | |
DSSObjectContext * | getObjectContext () |
DSSSecondClassObject () | |
virtual | ~DSSSecondClassObject () |
DSSSecondClassObject (DSSObjectContext *ipObjectContext) | |
DSSObjectContext * | getObjectContext () |
Additional Inherited Members | |
Protected Attributes inherited from DSSSecondClassObject | |
DSSObjectContext * | mpObjectContext |
DSSFields::DSSFields | ( | ) |
|
virtual |
DSSFields::DSSFields | ( | DSSObjectContext * | ipObjectContext | ) |
DSSFields::DSSFields | ( | ) |
|
virtual |
DSSFields::DSSFields | ( | DSSObjectContext * | ipObjectContext | ) |
void DSSFields::Add | ( | DSSField * | ipField, |
int | iIndex = -1 |
||
) |
void DSSFields::Add | ( | DSSField * | ipField, |
int | iIndex = -1 |
||
) |
int DSSFields::Count | ( | ) |
int DSSFields::Count | ( | ) |
DSSField* DSSFields::FindByKey | ( | std::string | iKey | ) |
DSSField* DSSFields::FindByKey | ( | std::string | iKey | ) |
DSSField* DSSFields::Item | ( | int | iIndex | ) |
DSSField* DSSFields::Item | ( | int | iIndex | ) |