dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

FeatureEditResult Class

FeatureEditResult represents the result of adding, updating or deleting a feature or an attachment.
ArcGIS Maps SDK for JavaScript

public class FeatureEditResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.FeatureEditResult>

Inheritance System.Object 🡒 FeatureEditResult

Implements System.IEquatable<FeatureEditResult>

Constructors

FeatureEditResult(ObjectId, string, FeatureEditResultError) Constructor

FeatureEditResult represents the result of adding, updating or deleting a feature or an attachment.
ArcGIS Maps SDK for JavaScript

public FeatureEditResult(dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null, string? GlobalId=null, dymaptic.GeoBlazor.Core.Model.FeatureEditResultError? Error=null);

Parameters

ObjectId ObjectId

The objectId of the feature or the attachmentId of the attachment that was edited.
ArcGIS Maps SDK for JavaScript

GlobalId System.String

The globalId of the feature or the attachment that was edited.
ArcGIS Maps SDK for JavaScript

Error FeatureEditResultError

If the edit failed, the edit result includes an error.
ArcGIS Maps SDK for JavaScript

Properties

FeatureEditResult.Error Property

If the edit failed, the edit result includes an error.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.FeatureEditResultError? Error { get; set; }

Property Value

FeatureEditResultError

FeatureEditResult.GlobalId Property

The globalId of the feature or the attachment that was edited.
ArcGIS Maps SDK for JavaScript

public string? GlobalId { get; set; }

Property Value

System.String

FeatureEditResult.ObjectId Property

The objectId of the feature or the attachmentId of the attachment that was edited.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; set; }

Property Value

ObjectId