dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ValidateServiceEdits Class

ValidateServiceEdits represents the layerId and editedFeatures.
ArcGIS Maps SDK for JavaScript

public class ValidateServiceEdits :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ValidateServiceEdits>

Inheritance System.Object 🡒 ValidateServiceEdits

Implements System.IEquatable<ValidateServiceEdits>

Constructors

ValidateServiceEdits(object, Nullable) Constructor

ValidateServiceEdits represents the layerId and editedFeatures.
ArcGIS Maps SDK for JavaScript

public ValidateServiceEdits(object? EditedFeatures=null, System.Nullable<long> LayerId=null);

Parameters

EditedFeatures System.Object

The editedFeatures object returns full features including the original features prior to delete, the original and current features for updates, and the current rows for inserts, which may contain implicit changes (for example, as a result of a calculation rule).
ArcGIS Maps SDK for JavaScript

LayerId System.Nullable<System.Int64>

The layerId of the layer with ServiceEdits.
ArcGIS Maps SDK for JavaScript

Properties

ValidateServiceEdits.EditedFeatures Property

The editedFeatures object returns full features including the original features prior to delete, the original and current features for updates, and the current rows for inserts, which may contain implicit changes (for example, as a result of a calculation rule).
ArcGIS Maps SDK for JavaScript

public object? EditedFeatures { get; set; }

Property Value

System.Object

ValidateServiceEdits.LayerId Property

The layerId of the layer with ServiceEdits.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Int64>