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