layout: default title: FeatureEditsResult parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

FeatureEditsResult Class

The result of ApplyEdits(FeatureEdits, FeatureEditOptions, CancellationToken).
ArcGIS Maps SDK for JavaScript

public class FeatureEditsResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditsResult>

Inheritance System.Object 🡒 FeatureEditsResult

Implements System.IEquatable<FeatureEditsResult>

Constructors

FeatureEditsResult(FeatureEditResult[], FeatureEditResult[], FeatureEditResult[], FeatureEditResult[], FeatureEditResult[], FeatureEditResult[], EditedFeatureResult[], Nullable) Constructor

The result of ApplyEdits(FeatureEdits, FeatureEditOptions, CancellationToken).
ArcGIS Maps SDK for JavaScript

public FeatureEditsResult(dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] AddFeatureResults, dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] UpdateFeatureResults, dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] DeleteFeatureResults, dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] AddAttachmentResults, dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] UpdateAttachmentResults, dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] DeleteAttachmentResults, dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatureResult[]? EditedFeatureResults, System.Nullable<long> EditMoment);

Parameters

AddFeatureResults FeatureEditResult[]

Result of adding features.

UpdateFeatureResults FeatureEditResult[]

Result of updating features.

DeleteFeatureResults FeatureEditResult[]

Result of deleting features.

AddAttachmentResults FeatureEditResult[]

Result of adding attachments.

UpdateAttachmentResults FeatureEditResult[]

Result of updating attachments.

DeleteAttachmentResults FeatureEditResult[]

Result of deleting attachments.

EditedFeatureResults EditedFeatureResult[]

Edited features as result of editing a feature that participates in composite relationships in a database. This parameter is returned only when the returnServiceEditsOption parameter of the applyEdits() method is set to original-and-current-features.

EditMoment System.Nullable<System.Int64>

The time edits were applied to the feature service. This parameter is returned only when the returnEditMoment parameter of the applyEdits() method is set to true.

Properties

FeatureEditsResult.AddAttachmentResults Property

Result of adding attachments.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] AddAttachmentResults { get; set; }

Property Value

FeatureEditResult[]

FeatureEditsResult.AddFeatureResults Property

Result of adding features.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] AddFeatureResults { get; set; }

Property Value

FeatureEditResult[]

FeatureEditsResult.DeleteAttachmentResults Property

Result of deleting attachments.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] DeleteAttachmentResults { get; set; }

Property Value

FeatureEditResult[]

FeatureEditsResult.DeleteFeatureResults Property

Result of deleting features.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] DeleteFeatureResults { get; set; }

Property Value

FeatureEditResult[]

FeatureEditsResult.EditedFeatureResults Property

Edited features as result of editing a feature that participates in composite relationships in a database. This parameter is returned only when the returnServiceEditsOption parameter of the applyEdits() method is set to original-and-current-features.

public dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatureResult[]? EditedFeatureResults { get; set; }

Property Value

EditedFeatureResult[]

FeatureEditsResult.EditMoment Property

The time edits were applied to the feature service. This parameter is returned only when the returnEditMoment parameter of the applyEdits() method is set to true.

public System.Nullable<long> EditMoment { get; set; }

Property Value

System.Nullable<System.Int64>

FeatureEditsResult.UpdateAttachmentResults Property

Result of updating attachments.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] UpdateAttachmentResults { get; set; }

Property Value

FeatureEditResult[]

FeatureEditsResult.UpdateFeatureResults Property

Result of updating features.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditResult[] UpdateFeatureResults { get; set; }

Property Value

FeatureEditResult[]

Methods

FeatureEditsResult.Concat(FeatureEditsResult) Method

Concatenates two FeatureEditsResults.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditsResult Concat(dymaptic.GeoBlazor.Core.Components.Layers.FeatureEditsResult? other);

Parameters

other FeatureEditsResult

Returns

FeatureEditsResult