dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

Abilities Class

This object defines specific abilities for the Feature and Popup widgets.
ArcGIS Maps SDK for JavaScript

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

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

Constructors

Abilities() Constructor

Parameterless constructor for use as a Razor Component.

public Abilities();

Abilities(Nullable, Nullable, 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 Abilities(System.Nullable<bool> attachmentsContent=null, System.Nullable<bool> chartAnimation=null, System.Nullable<bool> customContent=null, System.Nullable<bool> fieldsContent=null, System.Nullable<bool> mediaContent=null, System.Nullable<bool> textContent=null);

Parameters

attachmentsContent System.Nullable<System.Boolean>

Indicate whether the widget should query and display attachments associated with the feature.
ArcGIS Maps SDK for JavaScript

chartAnimation System.Nullable<System.Boolean>

Indicate whether the widget should display animations for charts residing in media content elements.
ArcGIS Maps SDK for JavaScript

customContent System.Nullable<System.Boolean>

Indicate whether the widget should display any custom content elements.
ArcGIS Maps SDK for JavaScript

fieldsContent System.Nullable<System.Boolean>

Indicate whether the widget should display any fields content elements.
ArcGIS Maps SDK for JavaScript

mediaContent System.Nullable<System.Boolean>

Indicate whether the widget should display any media content elements.
ArcGIS Maps SDK for JavaScript

textContent System.Nullable<System.Boolean>

Indicate whether the widget should display any text content elements.
ArcGIS Maps SDK for JavaScript

Properties

Abilities.AttachmentsContent Property

Indicate whether the widget should query and display attachments associated with the feature.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Abilities.ChartAnimation Property

Indicate whether the widget should display animations for charts residing in media content elements.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Abilities.CustomContent Property

Indicate whether the widget should display any custom content elements.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Abilities.FieldsContent Property

Indicate whether the widget should display any fields content elements.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Abilities.MediaContent Property

Indicate whether the widget should display any media content elements.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Abilities.TextContent Property

Indicate whether the widget should display any text content elements.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

Abilities.GetAttachmentsContent() Method

Asynchronously retrieve the current value of the AttachmentsContent property.

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

Returns

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

Abilities.GetChartAnimation() Method

Asynchronously retrieve the current value of the ChartAnimation property.

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

Returns

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

Abilities.GetCustomContent() Method

Asynchronously retrieve the current value of the CustomContent property.

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

Returns

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

Abilities.GetFieldsContent() Method

Asynchronously retrieve the current value of the FieldsContent property.

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

Returns

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

Abilities.GetMediaContent() Method

Asynchronously retrieve the current value of the MediaContent property.

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

Returns

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

Abilities.GetTextContent() Method

Asynchronously retrieve the current value of the TextContent property.

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

Returns

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

Abilities.SetAttachmentsContent(Nullable) Method

Asynchronously set the value of the AttachmentsContent property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Abilities.SetChartAnimation(Nullable) Method

Asynchronously set the value of the ChartAnimation property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Abilities.SetCustomContent(Nullable) Method

Asynchronously set the value of the CustomContent property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Abilities.SetFieldsContent(Nullable) Method

Asynchronously set the value of the FieldsContent property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Abilities.SetMediaContent(Nullable) Method

Asynchronously set the value of the MediaContent property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Abilities.SetTextContent(Nullable) Method

Asynchronously set the value of the TextContent property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task