GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
EditorItem Class
A predominantly read-only editable item that corresponds to the feature being updated.
ArcGIS Maps SDK for JavaScript
public class EditorItem :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.EditorItem>
Inheritance System.Object 🡒 EditorItem
Implements System.IEquatable<EditorItem>
Constructors
EditorItem(Nullable, Nullable, Layer, EditorLayerInfo) Constructor
A predominantly read-only editable item that corresponds to the feature being updated.
ArcGIS Maps SDK for JavaScript
public EditorItem(System.Nullable<bool> Disabled=null, System.Nullable<bool> IsTable=null, dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer=null, dymaptic.GeoBlazor.Pro.Components.EditorLayerInfo? LayerInfo=null);
Parameters
Disabled
System.Nullable<System.Boolean>
Indicates whether to override editable to false
.
default false
ArcGIS Maps SDK for JavaScript
IsTable
System.Nullable<System.Boolean>
Indicates whether the associated layer is of type Table
.
default false
ArcGIS Maps SDK for JavaScript
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
The layer currently being edited.
ArcGIS Maps SDK for JavaScript
LayerInfo
EditorLayerInfo
The layerInfo for the provided layer.
ArcGIS Maps SDK for JavaScript
Properties
EditorItem.Disabled Property
Indicates whether to override editable to false
.
default false
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Disabled { get; set; }
Property Value
System.Nullable<System.Boolean>
EditorItem.IsTable Property
Indicates whether the associated layer is of type Table
.
default false
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> IsTable { get; set; }
Property Value
System.Nullable<System.Boolean>
EditorItem.Layer Property
The layer currently being edited.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Layer
EditorItem.LayerInfo Property
The layerInfo for the provided layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Components.EditorLayerInfo? LayerInfo { get; set; }