Pacchetto | mx.olap |
Interfaccia | public interface IOLAPLevel extends IOLAPElement |
Implementatori | OLAPLevel |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
child : IOLAPLevel [sola lettura]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [sola lettura]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [sola lettura]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [sola lettura]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [sola lettura]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [sola lettura]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [sola lettura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [sola lettura]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [sola lettura]
The unique name of the OLAP element in the cube. | IOLAPElement |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
Descrizione delle proprietà
child | proprietà |
child:IOLAPLevel
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
Implementazione
public function get child():IOLAPLevel
depth | proprietà |
hierarchy | proprietà |
hierarchy:IOLAPHierarchy
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
Implementazione
public function get hierarchy():IOLAPHierarchy
members | proprietà |
members:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
Implementazione
public function get members():IList
parent | proprietà |
parent:IOLAPLevel
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
Implementazione
public function get parent():IOLAPLevel
Descrizione dei metodi
findMember | () | metodo |
public function findMember(name:String):IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
Parametri
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 02:44 PM Z