dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CSVLayerCapabilitiesEditing Class
Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript
public class CSVLayerCapabilitiesEditing :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesEditing>
Inheritance System.Object 🡒 CSVLayerCapabilitiesEditing
Implements System.IEquatable<CSVLayerCapabilitiesEditing>
Constructors
CSVLayerCapabilitiesEditing(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 CSVLayerCapabilitiesEditing(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
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.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>
CSVLayerCapabilitiesEditing.SupportsUploadWithItemId Property
Indicates if the layer supports uploading attachments by UploadId.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsUploadWithItemId { get; set; }