ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.olap 

IOLAPMember  - AS3 Flex

Packagemx.olap
Interfacepublic interface IOLAPMember extends IOLAPElement
Implementors OLAPMember

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IOLAPMember interface represents a member of a level of an OLAP schema.

Related API Elements



Public Properties
 PropertyDefined By
  children : IList
[read-only] The children of this member, as a list of IOLAPMember instances.
IOLAPMember
 Inheriteddimension : IOLAPDimension
[read-only] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : String
[read-only] The name of the OLAP element, as a String, which can be used for display.
IOLAPElement
  hierarchy : IOLAPHierarchy
[read-only] The hierarchy to which this member belongs.
IOLAPMember
  isAll : Boolean
[read-only] Returns true if this is the all member of a hierarchy.
IOLAPMember
  isMeasure : Boolean
[read-only] Returns true if this member represents a measure of a dimension.
IOLAPMember
  level : IOLAPLevel
[read-only] The level to which this member belongs.
IOLAPMember
 Inheritedname : String
[read-only] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
  parent : IOLAPMember
[read-only] The parent of this member.
IOLAPMember
 InheriteduniqueName : String
[read-only] The unique name of the OLAP element in the cube.
IOLAPElement
Public Methods
 MethodDefined By
  
Returns a child of this member with the given name.
IOLAPMember
Property Detail

children

property
children:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
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

property 
hierarchy:IOLAPHierarchy  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The hierarchy to which this member belongs.



Implementation
    public function get hierarchy():IOLAPHierarchy

isAll

property 
isAll:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
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

property 
isMeasure:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
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

property 
level:IOLAPLevel  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The level to which this member belongs.



Implementation
    public function get level():IOLAPLevel

parent

property 
parent:IOLAPMember  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The parent of this member.



Implementation
    public function get parent():IOLAPMember
Method Detail

findChildMember

()method
public function findChildMember(name:String):IOLAPMember

Language Version: ActionScript 3.0
Product Version: Flex 3
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.