Class FeatureEditResult
The results of an attempt to apply a local feature edit to a feature service.
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureEditResult : EditResult
Remarks
You can attempt to apply feature edits to a feature service by calling ApplyEditsAsync(). When complete, a collection of FeatureTableEditResult objects is returned. There is one FeatureTableEditResult for each edited ServiceFeatureTable in the ServiceGeodatabase.
Each FeatureTableEditResult has a collection of FeatureEditResult objects. There is one
FeatureEditResult for every feature edit attempted on the ServiceFeatureTable. If a feature edit fails
to be applied, the CompletedWithErrors value will be true
and you can investigate the failure
using the Error.
Properties
Name | Description |
---|---|
AttachmentResults | Gets a list of EditResult for any attachment changes. |
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 |