Pakiet | mx.olap |
Klasa | public class OLAPTuple |
Dziedziczenie | OLAPTuple Object |
Implementuje | IOLAPTuple |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The member for the implicitly referenced dimension depends on the structure of the dimension:
- If the implicitly referenced dimension has a default member, the default member is added to the tuple.
- If the implicitly referenced dimension has no default member, the (All) member of the default hierarchy is used.
- If the implicitly referenced dimension has no default member, and the default hierarchy has no (All) member, the first member of the topmost level of the default hierarchy is used.
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
explicitMembers : IList [tylko do odczytu]
The user added members of this tuple, as a list of IOLAPMember instances. | OLAPTuple |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor
| OLAPTuple | ||
Adds a new member to the tuple. | OLAPTuple | ||
Adds a list of members to the tuple. | OLAPTuple | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
explicitMembers | właściwość |
Konstruktor Szczegół
OLAPTuple | () | Konstruktor |
public function OLAPTuple()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor
Szczegół metody
addMember | () | metoda |
public function addMember(element:IOLAPElement):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Adds a new member to the tuple.
Parametry
element:IOLAPElement — The member to add.
If member is a dimension or hierarchy, its default member
is added. If member is an instance of IOLAPMember,
it is added directly.
|
addMembers | () | metoda |
public function addMembers(value:IList):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Adds a list of members to the tuple. This method can be called when many members need to be added to the tuple.
Parametry
value:IList — The members to add, as a list of IOLAPMember instances.
|
Tue Jun 12 2018, 12:06 PM Z