Pakiet | mx.olap |
Klasa | public class OLAPSchema |
Dziedziczenie | OLAPSchema Object |
Implementuje | IOLAPSchema |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The <mx:OLAPSchema>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema Properties cubeArray="" />
Domyślna właściwość MXMLcubeArray
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 | ||
cubeArray : Array [tylko do zapisu]
Lets you set the cubes of a schema by passing an Array of IOLAPCube instances. | OLAPSchema | ||
cubes : IList
All the cubes known by this schema, as a list of IOLAPCube instances. | OLAPSchema |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
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
cubeArray | właściwość |
cubes | właściwość |
cubes:IList
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
All the cubes known by this schema, as a list of IOLAPCube instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Implementacja
public function get cubes():IList
public function set cubes(value:IList):void
Szczegół metody
createCube | () | metoda |
getCube | () | metoda |
public function getCube(name:String):IOLAPCube
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parametry
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Tue Jun 12 2018, 12:06 PM Z