dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
EditedFeatureResultEditedFeatures Class
Object containing all edited features belonging to the specified layer.
ArcGIS Maps SDK for JavaScript
public class EditedFeatureResultEditedFeatures :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.EditedFeatureResultEditedFeatures>
Inheritance System.Object 🡒 EditedFeatureResultEditedFeatures
Implements System.IEquatable<EditedFeatureResultEditedFeatures>
Constructors
EditedFeatureResultEditedFeatures(IReadOnlyCollection, IReadOnlyCollection, SpatialReference, IReadOnlyCollection) Constructor
Object containing all edited features belonging to the specified layer.
ArcGIS Maps SDK for JavaScript
public EditedFeatureResultEditedFeatures(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Adds=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Deletes=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.EditedFeatureResultEditedFeaturesUpdates>? Updates=null);
Parameters
Adds
System.Collections.Generic.IReadOnlyCollection<Graphic>
Newly added features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
Deletes
System.Collections.Generic.IReadOnlyCollection<Graphic>
Deleted features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
SpatialReference
SpatialReference
Edited features are returned in the spatial reference of the feature service.
ArcGIS Maps SDK for JavaScript
Updates
System.Collections.Generic.IReadOnlyCollection<EditedFeatureResultEditedFeaturesUpdates>
Object containing original and updated features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
Properties
EditedFeatureResultEditedFeatures.Adds Property
Newly added features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Adds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Graphic>
EditedFeatureResultEditedFeatures.Deletes Property
Deleted features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Deletes { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Graphic>
EditedFeatureResultEditedFeatures.SpatialReference Property
Edited features are returned in the spatial reference of the feature service.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; set; }
Property Value
EditedFeatureResultEditedFeatures.Updates Property
Object containing original and updated features as a result of editing a feature that participates in a composite relationship.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.EditedFeatureResultEditedFeaturesUpdates>? Updates { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<EditedFeatureResultEditedFeaturesUpdates>