GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

BasemapLayerListCatalogOptionsVisibleElements Class

The visible elements that are displayed within the catalog layer list.
ArcGIS Maps SDK for JavaScript

public class BasemapLayerListCatalogOptionsVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent,
dymaptic.GeoBlazor.Core.Interfaces.IBasemapLayerListCatalogOptionsVisibleElements,
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 BasemapLayerListCatalogOptionsVisibleElements

Implements dymaptic.GeoBlazor.Core.Interfaces.IBasemapLayerListCatalogOptionsVisibleElements, dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Constructors

BasemapLayerListCatalogOptionsVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public BasemapLayerListCatalogOptionsVisibleElements();

BasemapLayerListCatalogOptionsVisibleElements(Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public BasemapLayerListCatalogOptionsVisibleElements(System.Nullable<bool> errors=null, System.Nullable<bool> filter=null, System.Nullable<bool> statusIndicators=null, System.Nullable<bool> temporaryLayerIndicators=null);

Parameters

errors System.Nullable<System.Boolean>

Indicates whether to display errors in the catalog layer list.
default true
ArcGIS Maps SDK for JavaScript

filter System.Nullable<System.Boolean>

Indicates whether to display the filter input box in the catalog layer list.
ArcGIS Maps SDK for JavaScript

statusIndicators System.Nullable<System.Boolean>

Indicates whether to display status indicators in the catalog layer list.
default true
ArcGIS Maps SDK for JavaScript

temporaryLayerIndicators System.Nullable<System.Boolean>

Indicates whether temporary layer indicators will be displayed for layers with layer.persistenceEnabled set to false.
ArcGIS Maps SDK for JavaScript

Properties

BasemapLayerListCatalogOptionsVisibleElements.Errors Property

Indicates whether to display errors in the catalog layer list.
default true
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

BasemapLayerListCatalogOptionsVisibleElements.Filter Property

Indicates whether to display the filter input box in the catalog layer list.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

BasemapLayerListCatalogOptionsVisibleElements.StatusIndicators Property

Indicates whether to display status indicators in the catalog layer list.
default true
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

BasemapLayerListCatalogOptionsVisibleElements.TemporaryLayerIndicators Property

Indicates whether temporary layer indicators will be displayed for layers with layer.persistenceEnabled set to false.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

BasemapLayerListCatalogOptionsVisibleElements.GetErrors() Method

Asynchronously retrieve the current value of the Errors property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetErrors();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListCatalogOptionsVisibleElements.GetFilter() Method

Asynchronously retrieve the current value of the Filter property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFilter();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListCatalogOptionsVisibleElements.GetStatusIndicators() Method

Asynchronously retrieve the current value of the StatusIndicators property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetStatusIndicators();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListCatalogOptionsVisibleElements.GetTemporaryLayerIndicators() Method

Asynchronously retrieve the current value of the TemporaryLayerIndicators property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetTemporaryLayerIndicators();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListCatalogOptionsVisibleElements.SetErrors(Nullable) Method

Asynchronously set the value of the Errors property after render.

public System.Threading.Tasks.Task SetErrors(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListCatalogOptionsVisibleElements.SetFilter(Nullable) Method

Asynchronously set the value of the Filter property after render.

public System.Threading.Tasks.Task SetFilter(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListCatalogOptionsVisibleElements.SetStatusIndicators(Nullable) Method

Asynchronously set the value of the StatusIndicators property after render.

public System.Threading.Tasks.Task SetStatusIndicators(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListCatalogOptionsVisibleElements.SetTemporaryLayerIndicators(Nullable) Method

Asynchronously set the value of the TemporaryLayerIndicators property after render.

public System.Threading.Tasks.Task SetTemporaryLayerIndicators(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task