dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSLayerCapabilitiesEditing Class

Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript

public class WFSLayerCapabilitiesEditing :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesEditing>

Inheritance System.Object 🡒 WFSLayerCapabilitiesEditing

Implements System.IEquatable<WFSLayerCapabilitiesEditing>

Constructors

WFSLayerCapabilitiesEditing(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript

public WFSLayerCapabilitiesEditing(System.Nullable<bool> SupportsDeleteByAnonymous=null, System.Nullable<bool> SupportsDeleteByOthers=null, System.Nullable<bool> SupportsGeometryUpdate=null, System.Nullable<bool> SupportsGlobalId=null, System.Nullable<bool> SupportsRollbackOnFailure=null, System.Nullable<bool> SupportsUpdateByAnonymous=null, System.Nullable<bool> SupportsUpdateByOthers=null, System.Nullable<bool> SupportsUpdateWithoutM=null, System.Nullable<bool> SupportsUploadWithItemId=null);

Parameters

SupportsDeleteByAnonymous System.Nullable<System.Boolean>

Indicates if anonymous users can delete features created by others.
ArcGIS Maps SDK for JavaScript

SupportsDeleteByOthers System.Nullable<System.Boolean>

Indicates if logged in users can delete features created by others.
ArcGIS Maps SDK for JavaScript

SupportsGeometryUpdate System.Nullable<System.Boolean>

Indicates if the geometry of the features in the layer can be edited.
ArcGIS Maps SDK for JavaScript

SupportsGlobalId System.Nullable<System.Boolean>

Indicates if the globalid values provided by the client are used in applyEdits.
ArcGIS Maps SDK for JavaScript

SupportsRollbackOnFailure System.Nullable<System.Boolean>

Indicates if the rollbackOnFailure parameter can be set to true or false when running the synchronizeReplica operation.
ArcGIS Maps SDK for JavaScript

SupportsUpdateByAnonymous System.Nullable<System.Boolean>

Indicates if anonymous users can update features created by others.
ArcGIS Maps SDK for JavaScript

SupportsUpdateByOthers System.Nullable<System.Boolean>

Indicates if logged in users can update features created by others.
ArcGIS Maps SDK for JavaScript

SupportsUpdateWithoutM System.Nullable<System.Boolean>

Indicates if m-values must be provided when updating features.
ArcGIS Maps SDK for JavaScript

SupportsUploadWithItemId System.Nullable<System.Boolean>

Indicates if the layer supports uploading attachments by UploadId.
ArcGIS Maps SDK for JavaScript

Properties

WFSLayerCapabilitiesEditing.SupportsDeleteByAnonymous Property

Indicates if anonymous users can delete features created by others.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsDeleteByAnonymous { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsDeleteByOthers Property

Indicates if logged in users can delete features created by others.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsDeleteByOthers { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsGeometryUpdate Property

Indicates if the geometry of the features in the layer can be edited.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsGeometryUpdate { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsGlobalId Property

Indicates if the globalid values provided by the client are used in applyEdits.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsGlobalId { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsRollbackOnFailure Property

Indicates if the rollbackOnFailure parameter can be set to true or false when running the synchronizeReplica operation.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsRollbackOnFailure { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsUpdateByAnonymous Property

Indicates if anonymous users can update features created by others.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsUpdateByAnonymous { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsUpdateByOthers Property

Indicates if logged in users can update features created by others.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsUpdateByOthers { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsUpdateWithoutM Property

Indicates if m-values must be provided when updating features.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsUpdateWithoutM { get; set; }

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesEditing.SupportsUploadWithItemId Property

Indicates if the layer supports uploading attachments by UploadId.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsUploadWithItemId { get; set; }

Property Value

System.Nullable<System.Boolean>