Mobile API Reference
MicroStrategy 2019
|
#import <ExpressionNode.h>
Instance Methods | |
(int) | - mappedFunction |
(void) | - setMappedFunction:functionType: |
(void) | - setMappedFunction:functionType:ascending: |
Instance Methods inherited from ExpressionNode | |
(id) | - initWithExpression: |
(id) | - copyWithZone:expression: |
(id) | - copyWithZone: |
(NSInteger) | - childCount |
(ExpressionNode *) | - childAtIndex: |
(ExpressionNode *) | - firstChild |
(ExpressionNode *) | - nextSibling |
(NSInteger) | - subExpressionCount |
(BOOL) | - addChild: |
(BOOL) | - insertChild:before: |
(void) | - removeChild: |
(BOOL) | - replaceChild:with: |
(void) | - clear |
(BOOL) | - containsChild: |
(void) | - handleXml:attributes:support: |
(void) | - handleXmlAttributes:attributes: |
(void) | - buildXml: |
(void) | - buildTypeSpecificXml: |
Properties | |
NSInteger | function |
NSMutableDictionary * | properties |
NSInteger | functionType |
Properties inherited from ExpressionNode | |
ExpressionNode * | parentNode |
Additional Inherited Members | |
Protected Attributes inherited from ExpressionNode | |
NSInteger | expressionType |
NSInteger | nodeType |
NSInteger | nodeDimtyType |
NSInteger | dataType |
NSInteger | key |
NSString * | displayName |
NSString * | emet |
NSInteger | cpValue |
Dimty * | dimtyObject |
BOOL | isIndependent |
ExpressionNode *__weak | parentNode |
MSIExpression *__weak | ownerExpression |
NSMutableArray * | childNodes |
BOOL | isModified |
PromptInstances * | promptinstances |
- (int) mappedFunction |
- (void) setMappedFunction: | (NSInteger) | function | |
functionType: | (NSInteger) | functionType | |
- (void) setMappedFunction: | (NSInteger) | mappedFunction | |
functionType: | (NSInteger) | newFunctionType | |
ascending: | (BOOL) | ascending | |
|
readwriteatomic |
|
readwriteatomic |
|
readwritenonatomicstrong |