Mobile API Reference  MicroStrategy 2019
AttributeForm.h
Go to the documentation of this file.
1 //
2 // AttributeForm.h
3 // MSTRMobile
4 //
5 // Created by Amirali Charania on 2/18/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIDisplayInfo.h"
11 
12 @class MSIAttribute;
13 
15 
16 }
17 
18 @property (nonatomic, weak, readonly) MSIAttribute* attribute;
19 @property NSInteger dataType;
20 @property (nonatomic, copy) NSString* controlPropertyFormatString;
21 
22 - (NSInteger) baseFormID;
23 - (NSInteger) baseFormType;
24 
28 - (NSString*)uniqueId;
29 
30 - (NSString*)attributeId;
31 
32 - (NSString*) baseFormDisplayID;
33 
34 - (NSString*) baseFormDisplayName;
35 
36 
37 @end
NSInteger dataType
Definition: AttributeForm.h:19
Definition: MSIDisplayInfo.h:10
Definition: AttributeForm.h:14
Definition: Attribute.h:14