layout: default title: EditedFeatureUpdate parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
EditedFeatureUpdate Class
The update object of a EditedFeatures.
public class EditedFeatureUpdate :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatureUpdate>
Inheritance System.Object 🡒 EditedFeatureUpdate
Implements System.IEquatable<EditedFeatureUpdate>
Constructors
EditedFeatureUpdate(Graphic[], Graphic[]) Constructor
The update object of a EditedFeatures.
public EditedFeatureUpdate(dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Original, dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Current);
Parameters
Original feature before the update took place.
Updated feature as a result of editing a feature that participates in a composite relationship.
Properties
EditedFeatureUpdate.Current Property
Updated feature as a result of editing a feature that participates in a composite relationship.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Current { get; set; }
Property Value
EditedFeatureUpdate.Original Property
Original feature before the update took place.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Original { get; set; }