((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPTuple
ImplementorsOLAPTuple

The IOLAPTuple interface represents a tuple. You can use tuples to specify the elements on a query axis as part of an OLAPSet instance.

Veja também

mx.olap.OLAPSet


Propriedades Públicas
 PropriedadeDefinido por
  explicitMembers : IList
[read-only] The members of this tuple, as a list of IOLAPMember instances.
IOLAPTuple
Métodos Públicos
 MétodoDefinido por
  
Adds a new member to the tuple.
IOLAPTuple
  
Adds a list of members to the tuple.
IOLAPTuple
Detalhes da propriedade
explicitMemberspropriedade
explicitMembers:IList  [read-only]

The members of this tuple, as a list of IOLAPMember instances.


Implementação
    public function get explicitMembers():IList
Detalhes do método
addMember()método
public function addMember(member:IOLAPElement):void

Adds a new member to the tuple.

Parâmetros

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()método 
public function addMembers(value:IList):void

Adds a list of members to the tuple. This method can be called when many members need to be added to the tuple.

Parâmetros

value:IList — The members to add, as a list of IOLAPMember instances.