dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSLayerCapabilitiesOperations Class

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

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

Inheritance System.Object 🡒 WFSLayerCapabilitiesOperations

Implements System.IEquatable<WFSLayerCapabilitiesOperations>

Constructors

WFSLayerCapabilitiesOperations(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 WFSLayerCapabilitiesOperations(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

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>

WFSLayerCapabilitiesOperations.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>