dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
SearchSuggestCompleteEventResults Class
public class SearchSuggestCompleteEventResults :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.SearchSuggestCompleteEventResults>
Inheritance System.Object 🡒 SearchSuggestCompleteEventResults
Implements System.IEquatable<SearchSuggestCompleteEventResults>
Constructors
SearchSuggestCompleteEventResults(IReadOnlyCollection, SearchSource, Nullable) Constructor
public SearchSuggestCompleteEventResults(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResult>? Results=null, dymaptic.GeoBlazor.Core.Components.SearchSource? Source=null, System.Nullable<int> SourceIndex=null);
Parameters
Results
System.Collections.Generic.IReadOnlyCollection<SuggestResult>
Source
SearchSource
SourceIndex
System.Nullable<System.Int32>
Properties
SearchSuggestCompleteEventResults.Results Property
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResult>? Results { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<SuggestResult>
SearchSuggestCompleteEventResults.Source Property
public dymaptic.GeoBlazor.Core.Components.SearchSource? Source { get; set; }
Property Value
SearchSuggestCompleteEventResults.SourceIndex Property
public System.Nullable<int> SourceIndex { get; set; }