| Pakket | mx.olap |
| Interface | public interface IOLAPTuple |
| Geïmplementeerd door | OLAPTuple |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| explicitMembers : IList [alleen-lezen]
The user added members of this tuple, as a list of IOLAPMember instances. | IOLAPTuple | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Adds a new member to the tuple. | IOLAPTuple | ||
Adds a list of members to the tuple. | IOLAPTuple | ||
Eigenschapdetails
explicitMembers | eigenschap |
Methodedetails
addMember | () | methode |
public function addMember(member:IOLAPElement):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds a new member to the tuple.
Parameters
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 | () | methode |
public function addMembers(value:IList):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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.
Parameters
value:IList — The members to add, as a list of IOLAPMember instances.
|
Wed Jun 13 2018, 11:42 AM Z