(Flex Data Visualization components only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The IOLAPMember interface represents a member of a level of an OLAP schema.
children:IList
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The children of this member, as a list of IOLAPMember instances.
Implementation public function get children():IList
hierarchy:IOLAPHierarchy
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
Implementation public function get hierarchy():IOLAPHierarchy
isAll:Boolean
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns true
if this is the all member of a hierarchy.
Implementation public function get isAll():Boolean
isMeasure:Boolean
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns true
if this member represents a measure of a dimension.
Implementation public function get isMeasure():Boolean
level:IOLAPLevel
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
Implementation public function get level():IOLAPLevel
parent:IOLAPMember
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The parent of this member.
Implementation public function get parent():IOLAPMember
public function findChildMember(name:String):IOLAPMember
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
Parameters
| name:String — The name of the member.
|
Returns | IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00