| Package | com.esri.ags.layers.supportClasses |
| Class | public class FeatureEditResult |
| Inheritance | FeatureEditResult flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined 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 | ||
| attachmentId | property |
attachmentId:NumberThe ID of the attachment. Applicable only when adding or deleting feature attachments.
This property can be used as the source for data binding.
public function get attachmentId():Number public function set attachmentId(value:Number):void| error | property |
error:ErrorInformation about errors that occur if the edit operation failed.
This property can be used as the source for data binding.
public function get error():Error public function set error(value:Error):void| objectId | property |
objectId:NumberUnique ID of the feature or object.
This property can be used as the source for data binding.
public function get objectId():Number public function set objectId(value:Number):void| success | property |
success:BooleanIf true the operation was successful.
This property can be used as the source for data binding.
public function get success():Boolean public function set success(value:Boolean):void