Pakiet | mx.olap |
Interfejs | public interface IOLAPTuple |
Implementory | OLAPTuple |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
explicitMembers : IList [tylko do odczytu]
The user added members of this tuple, as a list of IOLAPMember instances. | IOLAPTuple |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Adds a new member to the tuple. | IOLAPTuple | ||
Adds a list of members to the tuple. | IOLAPTuple |
Szczegół właściwości
explicitMembers | właściwość |
Szczegół metody
addMember | () | metoda |
public function addMember(member: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
member: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