Packagecom.esri.ags.layers.supportClasses
Classpublic class FeatureEditResult
InheritanceFeatureEditResult Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The results of a feature edit such as add, update or delete.

See also

FeatureEditResults


Public Properties
 PropertyDefined By
  attachmentId : Number
The ID of the attachment.
FeatureEditResult
  error : Error
Information about errors that occur if the edit operation failed.
FeatureEditResult
  objectId : Number
Unique ID of the feature or object.
FeatureEditResult
  success : Boolean
If true the operation was successful.
FeatureEditResult
Property Detail
attachmentIdproperty
attachmentId:Number

The ID of the attachment. Applicable only when adding or deleting feature attachments.

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


Implementation
    public function get attachmentId():Number
    public function set attachmentId(value:Number):void
errorproperty 
error:Error

Information about errors that occur if the edit operation failed.

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


Implementation
    public function get error():Error
    public function set error(value:Error):void
objectIdproperty 
objectId:Number

Unique ID of the feature or object.

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


Implementation
    public function get objectId():Number
    public function set objectId(value:Number):void
successproperty 
success:Boolean

If true the operation was successful.

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


Implementation
    public function get success():Boolean
    public function set success(value:Boolean):void