dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

SearchSelectResultEvent Class

Event result type for the SearchWidget.OnSelectResult event.

public class SearchSelectResultEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.SearchSelectResultEvent>

Inheritance System.Object 🡒 SearchSelectResultEvent

Implements System.IEquatable<SearchSelectResultEvent>

Constructors

SearchSelectResultEvent(SearchResult, SearchSource, Nullable) Constructor

Event result type for the SearchWidget.OnSelectResult event.

public SearchSelectResultEvent(dymaptic.GeoBlazor.Core.Results.SearchResult? Result=null, dymaptic.GeoBlazor.Core.Components.SearchSource? Source=null, System.Nullable<int> SourceIndex=null);

Parameters

Result SearchResult

Source SearchSource

SourceIndex System.Nullable<System.Int32>

Properties

SearchSelectResultEvent.Result Property

public dymaptic.GeoBlazor.Core.Results.SearchResult? Result { get; set; }

Property Value

SearchResult

SearchSelectResultEvent.Source Property

public dymaptic.GeoBlazor.Core.Components.SearchSource? Source { get; set; }

Property Value

SearchSource

SearchSelectResultEvent.SourceIndex Property

public System.Nullable<int> SourceIndex { get; set; }

Property Value

System.Nullable<System.Int32>