The result of an edit operation, such as add, delete, or update. More...
|  Header |  #include <Edit | 
|  Since |  Esri | 
|  Inherits |  Esri | 
|  Inherited By | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
|  Esri | edit | 
|  Esri | edit | 
|  Esri | error() const | 
| QString | global | 
| bool | is | 
| qint64 | object | 
Detailed Description
Member Function Documentation
[override virtual] EditResult::~EditResult  ()  
Destructor
Esri::ArcGISRuntime::EditOperation     EditResult::editOperation () const  
Returns the type of edit operation.
Esri::ArcGISRuntime::EditResultType      EditResult::editResultType  () const  
Returns the type of edit result.
Esri::ArcGISRuntime::Error    EditResult::error() const  
Returns the error message if the operation failed.
This could be for the feature or its attachments.
QString EditResult::globalId () const  
Returns the global ID of the Feature.
bool EditResult::isCompletedWithErrors   () const  
Returns true if there are any errors associated with the edit operation, including its attachments.
qint64 EditResult::objectId () const  
Returns the object ID of the Feature.