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 
13 
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
Definition: AttributeHeader.h:14
Definition: ElementHeader.h:15
Definition: AttributeForm.h:14
Definition: Attribute.h:14