dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

AttachmentsVisibleElements Class

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

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

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

Constructors

AttachmentsVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public AttachmentsVisibleElements();

AttachmentsVisibleElements(Nullable, Nullable, 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 AttachmentsVisibleElements(System.Nullable<bool> addButton=null, System.Nullable<bool> addSubmitButton=null, System.Nullable<bool> cancelAddButton=null, System.Nullable<bool> cancelUpdateButton=null, System.Nullable<bool> deleteButton=null, System.Nullable<bool> errorMessage=null, System.Nullable<bool> progressBar=null, System.Nullable<bool> updateButton=null);

Parameters

addButton System.Nullable<System.Boolean>

Indicates whether to display the Add button which prompts the dialog to add a new attachment.
ArcGIS Maps SDK for JavaScript

addSubmitButton System.Nullable<System.Boolean>

Indicates whether to display the add button after selecting the attachment to add.
ArcGIS Maps SDK for JavaScript

cancelAddButton System.Nullable<System.Boolean>

Indicates whether to display the cancel button after selecting the attachment to add.
ArcGIS Maps SDK for JavaScript

cancelUpdateButton System.Nullable<System.Boolean>

Indicates whether to display the cancel button after selecting an attachment to update an existing attachment.
ArcGIS Maps SDK for JavaScript

deleteButton System.Nullable<System.Boolean>

Indicates whether to display the delete button to delete an existing attachment.
ArcGIS Maps SDK for JavaScript

errorMessage System.Nullable<System.Boolean>

Indicates whether to display an error message if adding or updating an attachment results in errors.
ArcGIS Maps SDK for JavaScript

progressBar System.Nullable<System.Boolean>

Indicates whether to display a progress bar when adding an attachment.
ArcGIS Maps SDK for JavaScript

updateButton System.Nullable<System.Boolean>

Indicates whether to display an update button to allow updating on existing attachments.
ArcGIS Maps SDK for JavaScript

Properties

AttachmentsVisibleElements.AddButton Property

Indicates whether to display the Add button which prompts the dialog to add a new attachment.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.AddSubmitButton Property

Indicates whether to display the add button after selecting the attachment to add.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.CancelAddButton Property

Indicates whether to display the cancel button after selecting the attachment to add.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.CancelUpdateButton Property

Indicates whether to display the cancel button after selecting an attachment to update an existing attachment.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.DeleteButton Property

Indicates whether to display the delete button to delete an existing attachment.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.ErrorMessage Property

Indicates whether to display an error message if adding or updating an attachment results in errors.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.ProgressBar Property

Indicates whether to display a progress bar when adding an attachment.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

AttachmentsVisibleElements.UpdateButton Property

Indicates whether to display an update button to allow updating on existing attachments.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

AttachmentsVisibleElements.GetAddButton() Method

Asynchronously retrieve the current value of the AddButton property.

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

Returns

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

AttachmentsVisibleElements.GetAddSubmitButton() Method

Asynchronously retrieve the current value of the AddSubmitButton property.

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

Returns

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

AttachmentsVisibleElements.GetCancelAddButton() Method

Asynchronously retrieve the current value of the CancelAddButton property.

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

Returns

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

AttachmentsVisibleElements.GetCancelUpdateButton() Method

Asynchronously retrieve the current value of the CancelUpdateButton property.

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

Returns

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

AttachmentsVisibleElements.GetDeleteButton() Method

Asynchronously retrieve the current value of the DeleteButton property.

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

Returns

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

AttachmentsVisibleElements.GetErrorMessage() Method

Asynchronously retrieve the current value of the ErrorMessage property.

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

Returns

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

AttachmentsVisibleElements.GetProgressBar() Method

Asynchronously retrieve the current value of the ProgressBar property.

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

Returns

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

AttachmentsVisibleElements.GetUpdateButton() Method

Asynchronously retrieve the current value of the UpdateButton property.

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

Returns

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

AttachmentsVisibleElements.SetAddButton(Nullable) Method

Asynchronously set the value of the AddButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetAddSubmitButton(Nullable) Method

Asynchronously set the value of the AddSubmitButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetCancelAddButton(Nullable) Method

Asynchronously set the value of the CancelAddButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetCancelUpdateButton(Nullable) Method

Asynchronously set the value of the CancelUpdateButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetDeleteButton(Nullable) Method

Asynchronously set the value of the DeleteButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetErrorMessage(Nullable) Method

Asynchronously set the value of the ErrorMessage property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetProgressBar(Nullable) Method

Asynchronously set the value of the ProgressBar property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

AttachmentsVisibleElements.SetUpdateButton(Nullable) Method

Asynchronously set the value of the UpdateButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task