Mobile API Reference  MicroStrategy 2019
ObjectInfoService.h
Go to the documentation of this file.
1 //
2 // ObjectInfoService.h
3 // MSTRMobile
4 //
5 // Created by Amirali Charania on 4/5/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
12 @class MSIProjectInfo;
13 @class MSIObjectInfo;
14 
22  NSMutableArray* objectTypes;
23  NSMutableArray* objectIDs;
25  NSMutableArray* objects;
26 
29 }
30 
34 @property (nonatomic, strong) NSMutableArray* objectTypes;
35 
39 @property (nonatomic, strong) NSMutableArray* objectIDs;
40 
44 @property (nonatomic, strong) MSIProjectInfo* project;
45 
46 
47 @property (nonatomic, assign) bool includeParentFolder;
48 
49 @end
bool includeParentFolder
Definition: ObjectInfoService.h:28
NSMutableArray * objects
Definition: ObjectInfoService.h:25
Definition: MSIObjectInfo.h:22
NSMutableArray * objectIDs
Definition: ObjectInfoService.h:23
MSIProjectInfo * project
Definition: ObjectInfoService.h:24
Definition: ObjectInfoService.h:21
MSIObjectInfo * currentParsingObject
Definition: ObjectInfoService.h:27
Definition: MSIServiceImpl.h:30
Definition: MSIProjectInfo.h:17
NSMutableArray * objectTypes
Definition: ObjectInfoService.h:22