Mobile API Reference  MicroStrategy 2019
Attribute.h
Go to the documentation of this file.
1 //
2 // Attribute.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 MSIAttributeForm;
13 
15 
16 }
17 
18 @property (nonatomic, strong, readonly) NSMutableArray* forms;
19 - (NSInteger)formCount;
20 - (MSIAttributeForm*)form:(NSInteger)index;
21 - (MSIAttributeForm*)formByID:(NSString*)formID;
22 - (NSInteger)indexOfForm:(NSString*)formID;
23 
24 @end
Definition: MSIDisplayInfo.h:10
Definition: AttributeForm.h:14
Definition: Attribute.h:14