dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
LayerListCatalogOptionsVisibleElements Class
The visible elements that are displayed within the catalog layer list.
ArcGIS Maps SDK for JavaScript
public class LayerListCatalogOptionsVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerListCatalogOptionsVisibleElements
Constructors
LayerListCatalogOptionsVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public LayerListCatalogOptionsVisibleElements();
LayerListCatalogOptionsVisibleElements(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 LayerListCatalogOptionsVisibleElements(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.
ArcGIS Maps SDK for JavaScript
Properties
LayerListCatalogOptionsVisibleElements.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>
LayerListCatalogOptionsVisibleElements.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>
LayerListCatalogOptionsVisibleElements.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>
LayerListCatalogOptionsVisibleElements.TemporaryLayerIndicators Property
Indicates whether temporary layer indicators will be displayed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> TemporaryLayerIndicators { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
LayerListCatalogOptionsVisibleElements.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>>
LayerListCatalogOptionsVisibleElements.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>>
LayerListCatalogOptionsVisibleElements.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>>
LayerListCatalogOptionsVisibleElements.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>>
LayerListCatalogOptionsVisibleElements.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
LayerListCatalogOptionsVisibleElements.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
LayerListCatalogOptionsVisibleElements.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
LayerListCatalogOptionsVisibleElements.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.