Show / Hide Table of Contents

Class EditResult

Represents the results of an attempt to apply a local edit to a service.

Inheritance
System.Object
EditResult
FeatureEditResult
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 errors.

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

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