FeatureEditResult Class
Represents the result of an edit operation, such as add, delete, or update. More...
Header: | #include <FeatureEditResult> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | EditResult |
Public Functions
~FeatureEditResult() | |
QList<EditResult *> | attachmentResults() const |
- 6 public functions inherited from Esri::ArcGISRuntime::EditResult
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Represents the result of an edit operation, such as add, delete, or update.
These results may return when errors occur while applying edits to a ServiceFeatureTable.
Member Function Documentation
FeatureEditResult::~FeatureEditResult()
Destructor
QList<EditResult *> FeatureEditResult::attachmentResults() const
Returns the results of the attachment edits of this feature.
This returns a list containing the result of all the attachment edits of this feature. If no attachments were edited, this returns an empty list