The result of an edit operation, such as add, delete, or update. More...
Header: | #include <EditResult.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::Object |
Inherited By: |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
virtual | ~EditResult() override |
Esri::ArcGISRuntime::EditOperation | editOperation() const |
Esri::ArcGISRuntime::EditResultType | editResultType() const |
Esri::ArcGISRuntime::Error | error() const |
QString | globalId() const |
bool | isCompletedWithErrors() const |
qint64 | objectId() const |
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.