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 Graphic[]

Original feature before the update took place.

Current Graphic[]

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

Graphic[]

EditedFeatureUpdate.Original Property

Original feature before the update took place.

public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Original { get; set; }

Property Value

Graphic[]