Show / Hide Table of Contents

Class FeatureEditResult

The results of an attempt to apply a local feature edit to a feature service.

Inheritance
System.Object
EditResult
FeatureEditResult
EditResult.CompletedWithErrors
EditResult.EditOperation
EditResult.Error
EditResult.GlobalId
EditResult.ObjectId
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 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

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.