dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

LayerListKnowledgeGraphOptionsVisibleElements Class

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

public class LayerListKnowledgeGraphOptionsVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerListKnowledgeGraphOptionsVisibleElements

Constructors

LayerListKnowledgeGraphOptionsVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public LayerListKnowledgeGraphOptionsVisibleElements();

LayerListKnowledgeGraphOptionsVisibleElements(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 LayerListKnowledgeGraphOptionsVisibleElements(System.Nullable<bool> errors=null, System.Nullable<bool> filter=null, System.Nullable<bool> statusIndicators=null);

Parameters

errors System.Nullable<System.Boolean>

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

filter System.Nullable<System.Boolean>

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

statusIndicators System.Nullable<System.Boolean>

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

Properties

LayerListKnowledgeGraphOptionsVisibleElements.Errors Property

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

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

Property Value

System.Nullable<System.Boolean>

LayerListKnowledgeGraphOptionsVisibleElements.Filter Property

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

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

Property Value

System.Nullable<System.Boolean>

LayerListKnowledgeGraphOptionsVisibleElements.StatusIndicators Property

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

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

Property Value

System.Nullable<System.Boolean>

Methods

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

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

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

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

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

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