Class FeatureTableEditResult
The result of an attempt to apply feature edits to a specific layer in a feature service.
Inheritance
System.Object
FeatureTableEditResult
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 FeatureTableEditResult
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. To investigate whether any feature edits failed to be applied to the feature service, examine the array of feature edits returned by EditResults.
Properties
Name | Description |
---|---|
EditResults | Gets the collection of feature edit results for the layer. |
FeatureTable | Gets the feature table that was edited. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 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.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |