Class EditResult
Represents the results of an attempt to apply a local edit to a service.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class EditResult
Remarks
This is a base class for edit results, such as FeatureEditResult. If an edit fails to be applied, the
CompletedWithErrors value will be true
and you can investigate the failure using the
Error.
Properties
Name | Description |
---|---|
CompletedWithErrors | Gets a value indicating whether attempt to push a local edit to a service resulted in an error. |
EditOperation | Gets the EditOperation applied to the row. |
Error | Gets the error that resulted from the failed attempt to edit. |
GlobalId | Gets the global ID field of the row being edited. |
ObjectId | Gets the ID that identifies the row being edited. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |