Packagecom.esri.ags.layers.supportClasses
Classpublic class AllDetails
InheritanceAllDetails Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

Contains information about all the layers and tables in a map service.

See also

com.esri.ags.layers.ArcGISDynamicMapServiceLayer.getAllDetails()
com.esri.ags.layers.ArcGISTiledMapServiceLayer.getAllDetails()
com.esri.ags.tasks.DetailsTask.getAllDetails()


Public Properties
 PropertyDefined 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
Property Detail
layersDetailsproperty
layersDetails:Array

An array of detailed information about each layer in a map service.

This property can be used as the source for data binding.


Implementation
    public function get layersDetails():Array
    public function set layersDetails(value:Array):void

See also

tablesDetailsproperty 
tablesDetails:Array

An array of detailed information about each table in a map service.

This property can be used as the source for data binding.


Implementation
    public function get tablesDetails():Array
    public function set tablesDetails(value:Array):void

See also