| Package | com.esri.ags.layers.supportClasses |
| Class | public class AllDetails |
| Inheritance | AllDetails flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| layersDetails : Array
An array of detailed information about each layer in a map service. | AllDetails | ||
| tablesDetails : Array
An array of detailed information about each table in a map service. | AllDetails | ||
| layersDetails | property |
layersDetails:ArrayAn array of detailed information about each layer in a map service.
This property can be used as the source for data binding.
public function get layersDetails():Array public function set layersDetails(value:Array):voidSee also
| tablesDetails | property |
tablesDetails:ArrayAn array of detailed information about each table in a map service.
This property can be used as the source for data binding.
public function get tablesDetails():Array public function set tablesDetails(value:Array):voidSee also