Library Mobile API Reference for iPad  MicroStrategy 2019
DisplayObject Class Reference

#import <DisplayObject.h>

Inheritance diagram for DisplayObject:
<MSISerializable>

Instance Methods

(id) - initWithFolderID:projectID:
 
(id) - initWithNamedFolderID:projectID:
 
(id) - initWithDocument:projectID:path:
 
(id) - initWithReport:projectID:path:
 
- Instance Methods inherited from <MSISerializable>
(void) - loadFromXML:elementName:attributes:support:context:
 
(void) - buildXML:
 

Properties

NSString * projectID
 
NSString * ID
 
NSInteger type
 
NSInteger subType
 
NSString * name
 
NSString * abbreviation
 
NSString * path
 
NSString * parentFolderID
 
NSString * parentServerUrl
 
NSInteger namedID
 
NSString * description
 
NSInteger availableViewMedia
 

Method Documentation

◆ initWithDocument:projectID:path:()

- (id) initWithDocument: (NSString *)  documentID
projectID: (NSString *)  projectID
path: (NSString *)  path 

◆ initWithFolderID:projectID:()

- (id) initWithFolderID: (NSString *)  folderID
projectID: (NSString *)  _projectID 

◆ initWithNamedFolderID:projectID:()

- (id) initWithNamedFolderID: (NSInteger)  namedFolderID
projectID: (NSString *)  _projectID 

◆ initWithReport:projectID:path:()

- (id) initWithReport: (NSString *)  reportID
projectID: (NSString *)  projectID
path: (NSString *)  path 

Property Documentation

◆ abbreviation

- (NSString *) abbreviation
readwritenonatomiccopy

◆ availableViewMedia

- (NSInteger) availableViewMedia
readwritenonatomicassign

◆ description

- (NSString *) description
readwritenonatomiccopy

◆ ID

- (NSString *) ID
readwritenonatomiccopy

◆ name

- (NSString *) name
readwritenonatomiccopy

◆ namedID

- (NSInteger) namedID
readwritenonatomicassign

This member is added to support represent a named folder as a DisplayObject, it is not persisted in preferences. The default value is negative one (-1), which represents invalid named ID.

◆ parentFolderID

- (NSString *) parentFolderID
readwritenonatomiccopy

◆ parentServerUrl

- (NSString *) parentServerUrl
readwritenonatomiccopy

◆ path

- (NSString *) path
readwritenonatomiccopy

◆ projectID

- (NSString *) projectID
readwritenonatomiccopy

◆ subType

- (NSInteger) subType
readwriteatomic

◆ type

- (NSInteger) type
readwriteatomic