dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

SearchSuggestCompleteEvent Class

Event result type for the SearchWidget.OnSuggestComplete event.

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

Inheritance System.Object 🡒 SearchSuggestCompleteEvent

Implements System.IEquatable<SearchSuggestCompleteEvent>

Constructors

SearchSuggestCompleteEvent(Nullable, IReadOnlyCollection, Nullable, IReadOnlyCollection, string) Constructor

Event result type for the SearchWidget.OnSuggestComplete event.

public SearchSuggestCompleteEvent(System.Nullable<int> ActiveSourceIndex=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.Error>? Errors=null, System.Nullable<double> NumResults=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SearchSuggestCompleteEventResults>? Results=null, string? SearchTerm=null);

Parameters

ActiveSourceIndex System.Nullable<System.Int32>

Errors System.Collections.Generic.IReadOnlyCollection<Error>

NumResults System.Nullable<System.Double>

Results System.Collections.Generic.IReadOnlyCollection<SearchSuggestCompleteEventResults>

SearchTerm System.String

Properties

SearchSuggestCompleteEvent.ActiveSourceIndex Property

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

Property Value

System.Nullable<System.Int32>

SearchSuggestCompleteEvent.Errors Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.Error>? Errors { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<Error>

SearchSuggestCompleteEvent.NumResults Property

public System.Nullable<double> NumResults { get; set; }

Property Value

System.Nullable<System.Double>

SearchSuggestCompleteEvent.Results Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SearchSuggestCompleteEventResults>? Results { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<SearchSuggestCompleteEventResults>

SearchSuggestCompleteEvent.SearchTerm Property

public string? SearchTerm { get; set; }

Property Value

System.String