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
14
@interface
MSIAttribute
:
MSIDisplayInfo
{
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
MSIDisplayInfo.h
MSIDisplayInfo
Definition:
MSIDisplayInfo.h:10
MSIAttributeForm
Definition:
AttributeForm.h:14
MSIAttribute
Definition:
Attribute.h:14
Users
vvitarello
Desktop
MobileSDKSourceFiles
Attribute.h
Generated by
1.8.14