dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
FeatureEdits Class
public class FeatureEdits :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FeatureEdits>
Inheritance System.Object 🡒 FeatureEdits
Implements System.IEquatable<FeatureEdits>
Constructors
FeatureEdits(IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList) Constructor
public FeatureEdits(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.AttachmentEdit>? AddAttachments=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures=null, System.Collections.Generic.IReadOnlyList<string>? DeleteAttachments=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? DeleteFeatures=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.AttachmentEdit>? UpdateAttachments=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures=null);
Parameters
AddAttachments
System.Collections.Generic.IReadOnlyList<AttachmentEdit>
An array of attachments to be added.
ArcGIS Maps SDK for JavaScript
AddFeatures
System.Collections.Generic.IReadOnlyList<Graphic>
An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript
DeleteAttachments
System.Collections.Generic.IReadOnlyList<System.String>
An array of globalIds for attachments to be deleted.
ArcGIS Maps SDK for JavaScript
DeleteFeatures
System.Collections.Generic.IReadOnlyList<Graphic>
An array or a collection of features, or an array of objects with objectId
or globalId
of each feature to be deleted.
ArcGIS Maps SDK for JavaScript
UpdateAttachments
System.Collections.Generic.IReadOnlyList<AttachmentEdit>
An array of attachments to be updated.
ArcGIS Maps SDK for JavaScript
UpdateFeatures
System.Collections.Generic.IReadOnlyList<Graphic>
An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript
Properties
FeatureEdits.AddAttachments Property
An array of attachments to be added.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.AttachmentEdit>? AddAttachments { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<AttachmentEdit>
FeatureEdits.AddFeatures Property
An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<Graphic>
FeatureEdits.DeleteAttachments Property
An array of globalIds for attachments to be deleted.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<string>? DeleteAttachments { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<System.String>
FeatureEdits.DeleteFeatures Property
An array or a collection of features, or an array of objects with objectId
or globalId
of each feature to be deleted.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? DeleteFeatures { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<Graphic>
FeatureEdits.UpdateAttachments Property
An array of attachments to be updated.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.AttachmentEdit>? UpdateAttachments { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<AttachmentEdit>
FeatureEdits.UpdateFeatures Property
An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures { get; set; }