dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

CSVLayerCapabilitiesOperations Class

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

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

Inheritance System.Object 🡒 CSVLayerCapabilitiesOperations

Implements System.IEquatable<CSVLayerCapabilitiesOperations>

Constructors

CSVLayerCapabilitiesOperations(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

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

public CSVLayerCapabilitiesOperations(System.Nullable<bool> SupportsAdd=null, System.Nullable<bool> SupportsCalculate=null, System.Nullable<bool> SupportsDelete=null, System.Nullable<bool> SupportsEditing=null, System.Nullable<bool> SupportsQuery=null, System.Nullable<bool> SupportsQueryAttachments=null, System.Nullable<bool> SupportsResizeAttachments=null, System.Nullable<bool> SupportsUpdate=null, System.Nullable<bool> SupportsValidateSql=null);

Parameters

SupportsAdd System.Nullable<System.Boolean>

Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript

SupportsCalculate System.Nullable<System.Boolean>

Indicates if values of one or more field values in the layer can be updated.
ArcGIS Maps SDK for JavaScript

SupportsDelete System.Nullable<System.Boolean>

Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript

SupportsEditing System.Nullable<System.Boolean>

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

SupportsQuery System.Nullable<System.Boolean>

Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript

SupportsQueryAttachments System.Nullable<System.Boolean>

Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript

SupportsResizeAttachments System.Nullable<System.Boolean>

Indicates if resized attachments are supported in the layer.
ArcGIS Maps SDK for JavaScript

SupportsUpdate System.Nullable<System.Boolean>

Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript

SupportsValidateSql System.Nullable<System.Boolean>

Indicates if the layer supports a SQL-92 expression or where clause.
ArcGIS Maps SDK for JavaScript

Properties

CSVLayerCapabilitiesOperations.SupportsAdd Property

Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsCalculate Property

Indicates if values of one or more field values in the layer can be updated.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsDelete Property

Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsEditing Property

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

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsQuery Property

Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsQueryAttachments Property

Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsResizeAttachments Property

Indicates if resized attachments are supported in the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsUpdate Property

Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CSVLayerCapabilitiesOperations.SupportsValidateSql Property

Indicates if the layer supports a SQL-92 expression or where clause.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>