Package | mx.olap |
Interface | public interface IOLAPMember extends IOLAPElement |
Implementors | OLAPMember |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
children : IList [read-only]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
dimension : IOLAPDimension [read-only]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : 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 | ||
name : 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 | ||
uniqueName : String [read-only]
The unique name of the OLAP element in the cube. | IOLAPElement |
Public Methods
Method | Defined By | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
Property Detail
children | property |
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 |
isMeasure | property |
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.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Thu Dec 6 2018, 01:12 PM -08:00