Mobile API Reference
MicroStrategy 2019
AttributeHeader.h
Go to the documentation of this file.
1
//
2
// AttributeHeader.h
3
// MSTRMobile
4
//
5
// Created by Amirali Charania on 2/19/10.
6
// Copyright 2010 MicroStrategy. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "
ElementHeader.h
"
11
12
@class
MSIAttribute
,
MSIAttributeForm
;
13
14
@interface
MSIAttributeHeader
:
MSIElementHeader
{
15
16
}
17
21
@property
(nonatomic, strong, readonly)
MSIAttribute
* attribute;
22
26
@property
(nonatomic, strong, readonly, getter=getAttributeForm)
MSIAttributeForm
* attributeForm;
27
28
- (NSInteger) baseFormID;
29
30
- (NSInteger) baseFormType;
31
32
@end
MSIAttributeHeader
Definition:
AttributeHeader.h:14
MSIElementHeader
Definition:
ElementHeader.h:15
ElementHeader.h
MSIAttributeForm
Definition:
AttributeForm.h:14
MSIAttribute
Definition:
Attribute.h:14
Users
vvitarello
Desktop
MobileSDKSourceFiles
AttributeHeader.h
Generated by
1.8.14