Mobile API Reference  MicroStrategy 2019
MSIDisplayInfo.h
Go to the documentation of this file.
1 //
2 // DisplayInfo.h
3 // IPadMain
4 //
5 // Created by Liang Chen on 8/12/10.
6 // Copyright 2010 MicroStrategy Inc. All rights reserved.
7 //
8 
9 
10 @interface MSIDisplayInfo : NSObject{
11 
12 }
13 
14 @property (readonly) NSInteger type;
15 @property (nonatomic, strong, readonly) NSString* displayInfoID;
16 @property (readonly) NSInteger subType;
17 @property (nonatomic, strong, readonly) NSString* name;
18 @property (nonatomic, strong, readonly) NSString* description;
19 @property (nonatomic, copy) NSString* path;
20 @property NSInteger accessGranted;
21 @property (nonatomic, copy) NSString* displayName;
22 @property (readonly) NSInteger drillType;
23 @property (readonly) NSInteger linkDrillHeaderIndex;
24 @property BOOL editable;
25 
26 @end
NSInteger accessGranted
Definition: MSIDisplayInfo.h:20
signed char BOOL
Definition: PDCwtypes.h:101
Definition: MSIDisplayInfo.h:10
BOOL editable
Definition: MSIDisplayInfo.h:24