dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

SearchViewModelSuggestCompleteEventResults Class

An array of objects representing the results of suggest. See object specification
table below for more information about the result object.

public class SearchViewModelSuggestCompleteEventResults :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.SearchViewModelSuggestCompleteEventResults>

Inheritance System.Object 🡒 SearchViewModelSuggestCompleteEventResults

Implements System.IEquatable<SearchViewModelSuggestCompleteEventResults>

Constructors

SearchViewModelSuggestCompleteEventResults(IReadOnlyCollection, SearchSource, Nullable) Constructor

An array of objects representing the results of suggest. See object specification
table below for more information about the result object.

public SearchViewModelSuggestCompleteEventResults(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

SearchViewModelSuggestCompleteEventResults.Results Property

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

Property Value

System.Collections.Generic.IReadOnlyCollection<SuggestResult>

SearchViewModelSuggestCompleteEventResults.Source Property

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

Property Value

SearchSource

SearchViewModelSuggestCompleteEventResults.SourceIndex Property

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

Property Value

System.Nullable<System.Int32>