Paket | mx.olap |
Sınıf | public class OLAPResultAxis |
Miras Alma | OLAPResultAxis Object |
Uygular | IOLAPResultAxis |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
positions : IList
A list of IOLAPAxisPosition instances,
where each position represents a point along the axis. | OLAPResultAxis |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Adds a position to the axis of the query result. | OLAPResultAxis | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Removes a position from the axis of the query result. | OLAPResultAxis | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
positions | özellik |
positions:IList
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A list of IOLAPAxisPosition instances, where each position represents a point along the axis.
Uygulama
public function get positions():IList
public function set positions(value:IList):void
Yöntem Ayrıntısı
addPosition | () | yöntem |
public function addPosition(p:IOLAPAxisPosition):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Adds a position to the axis of the query result.
Parametreler
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
removePosition | () | yöntem |
public function removePosition(p:IOLAPAxisPosition):Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Removes a position from the axis of the query result.
Parametreler
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
Boolean — true if the position is removed from the axis,
and false if not.
|
Tue Jun 12 2018, 01:09 PM Z