Packagecom.esri.ags.layers.supportClasses
Classpublic class FeatureTableDetails
InheritanceFeatureTableDetails Inheritance TableDetails Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

Contains detailed information about a table in a feature service.



Public Properties
 PropertyDefined By
 Inheritedcapabilities : Array
Capabilities of the table, possible values are Map, Query, Data, and/or Editing.
TableDetails
 InheriteddefinitionExpression : String
The definition expression of the table as specified in the Service Directory.
TableDetails
 Inheriteddescription : String
The description of the table as specified in the Service Directory.
TableDetails
 InheriteddisplayField : String
The displayField of the table as specified in the Service Directory.
TableDetails
 Inheritedfields : Array
The fields of the table as specified in the Service Directory.
TableDetails
  globalIdField : String
The field that represents the Global ID field.
FeatureTableDetails
 InheritedhasAttachments : Boolean
Indicates whether the table has attachments or not [added in version 2.0].
TableDetails
 InheritedhtmlPopupType : String
The type of HTML popup authored (or not authored) by the user using ArcGIS Desktop [added in version 2.0].
TableDetails
 Inheritedid : Number
Table ID assigned by ArcGIS Server for a table.
TableDetails
 Inheritedname : String
Table name as defined in the map service.
TableDetails
 InheritedobjectIdField : String
The name of the object ID field.
TableDetails
 Inheritedrelationships : Array
List of related tables.
TableDetails
  templates : Array
Usually present when the table has no sub-types.
FeatureTableDetails
 InheritedtimeInfo : TimeInfo
Time properties of the table.
TableDetails
 Inheritedtype : String
Value will always be "Table".
TableDetails
 InheritedtypeIdField : String
The field that represents the Type ID field.
TableDetails
 Inheritedtypes : Array
Subtypes are a subset of features in a feature class, or objects in a table, that share the same attributes.
TableDetails
 Inheritedversion : Number
The version of ArcGIS Server where the table is published to, for example, 9.3, 9.31, 10, 10.01 or 10.1.
TableDetails
Public Constants
 ConstantDefined By
 InheritedPOPUP_HTML_TEXT : String = esriServerHTMLPopupTypeAsHTMLText
[static] The HTML Popup in ArcGIS Desktop was defined using "As a table of the visible fields".
TableDetails
 InheritedPOPUP_NONE : String = esriServerHTMLPopupTypeNone
[static] No HTML Popup was defined in ArcGIS Desktop.
TableDetails
 InheritedPOPUP_URL : String = esriServerHTMLPopupTypeAsURL
[static] The HTML Popup in ArcGIS Desktop was defined using "As a URL".
TableDetails
Property Detail
globalIdFieldproperty
globalIdField:String

The field that represents the Global ID field.

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


Implementation
    public function get globalIdField():String
    public function set globalIdField(value:String):void
templatesproperty 
templates:Array

Usually present when the table has no sub-types.

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


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

See also