dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

AnalyticsCapability Class

Describes what analytics capabilities are enabled on the layer.

public record AnalyticsCapability : System.IEquatable<dymaptic.GeoBlazor.Core.Model.AnalyticsCapability>

Inheritance System.Object 🡒 AnalyticsCapability

Implements System.IEquatable<AnalyticsCapability>

Constructors

AnalyticsCapability(bool) Constructor

Describes what analytics capabilities are enabled on the layer.

public AnalyticsCapability(bool SupportsCacheHint);

Parameters

SupportsCacheHint System.Boolean

Indicates if the feature service supports cache hint.

Properties

AnalyticsCapability.SupportsCacheHint Property

Indicates if the feature service supports cache hint.

public bool SupportsCacheHint { get; init; }

Property Value

System.Boolean