dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SublayerCapabilitiesOperations Class

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

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

Inheritance System.Object 🡒 SublayerCapabilitiesOperations

Implements System.IEquatable<SublayerCapabilitiesOperations>

Constructors

SublayerCapabilitiesOperations(Nullable, Nullable) Constructor

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

public SublayerCapabilitiesOperations(System.Nullable<bool> SupportsQuery=null, System.Nullable<bool> SupportsQueryAttachments=null);

Parameters

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

Properties

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

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