dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

FeatureEditOptions Class

public class FeatureEditOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.FeatureEditOptions>

Inheritance System.Object 🡒 FeatureEditOptions

Implements System.IEquatable<FeatureEditOptions>

Constructors

FeatureEditOptions(string, Nullable, Nullable, Nullable, Nullable) Constructor

public FeatureEditOptions(string? GdbVersion=null, System.Nullable<bool> GlobalIdUsed=null, System.Nullable<bool> ReturnEditMoment=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.ReturnServiceEditsOption> ReturnServiceEditsOption=null, System.Nullable<bool> RollbackOnFailureEnabled=null);

Parameters

GdbVersion System.String

The geodatabase version to apply the edits.
ArcGIS Maps SDK for JavaScript

GlobalIdUsed System.Nullable<System.Boolean>

Indicates whether the edits can be applied using globalIds of features or attachments.
ArcGIS Maps SDK for JavaScript

ReturnEditMoment System.Nullable<System.Boolean>

Indicates whether the edit results should return the time edits were applied.
ArcGIS Maps SDK for JavaScript

ReturnServiceEditsOption System.Nullable<ReturnServiceEditsOption>

If set to original-and-current-features, the EditedFeatureResult parameter will be included in the applyEdits response.
ArcGIS Maps SDK for JavaScript

RollbackOnFailureEnabled System.Nullable<System.Boolean>

Indicates whether the edits should be applied only if all submitted edits succeed.
ArcGIS Maps SDK for JavaScript

Properties

FeatureEditOptions.GdbVersion Property

The geodatabase version to apply the edits.
ArcGIS Maps SDK for JavaScript

public string? GdbVersion { get; set; }

Property Value

System.String

FeatureEditOptions.GlobalIdUsed Property

Indicates whether the edits can be applied using globalIds of features or attachments.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> GlobalIdUsed { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureEditOptions.ReturnEditMoment Property

Indicates whether the edit results should return the time edits were applied.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ReturnEditMoment { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureEditOptions.ReturnServiceEditsOption Property

If set to original-and-current-features, the EditedFeatureResult parameter will be included in the applyEdits response.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.ReturnServiceEditsOption> ReturnServiceEditsOption { get; set; }

Property Value

System.Nullable<ReturnServiceEditsOption>

FeatureEditOptions.RollbackOnFailureEnabled Property

Indicates whether the edits should be applied only if all submitted edits succeed.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> RollbackOnFailureEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>