GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

AttachmentsViewOptions Class

AttachmentsViewOptions is a read-only class which defines what can be displayed within FeatureTable attachments. ArcGIS Maps SDK for JavaScript

public record AttachmentsViewOptions : dymaptic.GeoBlazor.Core.Interfaces.IInteractiveRecord, System.IEquatable<dymaptic.GeoBlazor.Pro.Options.AttachmentsViewOptions>

Inheritance System.Object 🡒 AttachmentsViewOptions

Implements IInteractiveRecord, System.IEquatable<AttachmentsViewOptions>

Constructors

AttachmentsViewOptions() Constructor

AttachmentsViewOptions is a read-only class which defines what can be displayed within FeatureTable attachments. ArcGIS Maps SDK for JavaScript

public AttachmentsViewOptions();

Properties

AttachmentsViewOptions.AbortManager Property

Allows for transmitting CancellationToken cancel signals to JavaScript.

public dymaptic.GeoBlazor.Core.Model.AbortManager? AbortManager { get; set; }

Implements AbortManager

Property Value

AbortManager

AttachmentsViewOptions.CoreJsModule Property

Reference to the Core JavaScript module.

public Microsoft.JSInterop.IJSObjectReference? CoreJsModule { get; set; }

Implements CoreJsModule

Property Value

Microsoft.JSInterop.IJSObjectReference

AttachmentsViewOptions.Id Property

A unique Id to identify this record in JavaScript.

public System.Guid Id { get; set; }

Implements Id

Property Value

System.Guid

AttachmentsViewOptions.JsComponentReference Property

Represents the JavaScript component reference.

public Microsoft.JSInterop.IJSObjectReference? JsComponentReference { get; set; }

Implements JsComponentReference

Property Value

Microsoft.JSInterop.IJSObjectReference

Methods

AttachmentsViewOptions.OnEditComplete() Method

Used to display the list view and clear temporary file data after a successful edit. ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task OnEditComplete();

Returns

System.Threading.Tasks.Task

AttachmentsViewOptions.Reset() Method

Use this method to reset feature-specific properties after the objectId changes. ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task Reset();

Returns

System.Threading.Tasks.Task