((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Classepublic class OLAPAxisPosition
HerançaOLAPAxisPosition Inheritance Object
Implementa IOLAPAxisPosition

The OLAPAxisPosition class represents a position along the axis of the result of an OLAP query result.

Veja também

mx.olap.IOLAPResultAxis
mx.olap.IOLAPResult
mx.olap.OLAPResult


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  members : IList
[read-only] The members of the query result, at this position as a list of IOLAPMember instances.
OLAPAxisPosition
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
  
Constructor
OLAPAxisPosition
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
memberspropriedade
members:IList  [read-only]

The members of the query result, at this position as a list of IOLAPMember instances.


Implementação
    public function get members():IList
Detalhes do construtor
OLAPAxisPosition()Construtor
public function OLAPAxisPosition()

Constructor