Represents the result of an edit operation to a specific Esri::ArcGISRuntime::FeatureTable. More...
| Header | #include <Feature |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.9.
Public Functions
| virtual | ~ |
| QList | edit |
| Esri | feature |
Detailed Description
See also Esri::ArcGISRuntime::ServiceGeodatabase::applyEdits().
Member Function Documentation
[override virtual] FeatureTableEditResult::~FeatureTableEditResult ()
Destructor.
QList<Esri::ArcGISRuntime::FeatureEditResult *> FeatureTableEditResult::editResults () const
Returns the collection of edit results for the layer.
Esri::ArcGISRuntime::FeatureTable *FeatureTableEditResult::featureTable () const
Returns the feature table that was edited.