dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
SearchCompleteEvent Class
Event result type for the SearchWidget.OnSearchComplete event.
public class SearchCompleteEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.SearchCompleteEvent>
Inheritance System.Object 🡒 SearchCompleteEvent
Implements System.IEquatable<SearchCompleteEvent>
Constructors
SearchCompleteEvent(Nullable, IReadOnlyCollection, Nullable, IReadOnlyCollection, string) Constructor
Event result type for the SearchWidget.OnSearchComplete event.
public SearchCompleteEvent(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.SearchCompleteEventResults>? 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<SearchCompleteEventResults>
SearchTerm
System.String
Properties
SearchCompleteEvent.ActiveSourceIndex Property
public System.Nullable<int> ActiveSourceIndex { get; set; }
Property Value
SearchCompleteEvent.Errors Property
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.Error>? Errors { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Error>
SearchCompleteEvent.NumResults Property
public System.Nullable<double> NumResults { get; set; }
Property Value
System.Nullable<System.Double>
SearchCompleteEvent.Results Property
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SearchCompleteEventResults>? Results { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<SearchCompleteEventResults>
SearchCompleteEvent.SearchTerm Property
public string? SearchTerm { get; set; }