dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

SearchViewModelSearchCompleteEventResults Class

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

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

Inheritance System.Object 🡒 SearchViewModelSearchCompleteEventResults

Implements System.IEquatable<SearchViewModelSearchCompleteEventResults>

Constructors

SearchViewModelSearchCompleteEventResults(IReadOnlyCollection, IReadOnlyCollection, Nullable) Constructor

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

public SearchViewModelSearchCompleteEventResults(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SearchResult>? Results=null, System.Collections.Generic.IReadOnlyCollection<string>? Source=null, System.Nullable<int> SourceIndex=null);

Parameters

Results System.Collections.Generic.IReadOnlyCollection<SearchResult>

Source System.Collections.Generic.IReadOnlyCollection<System.String>

SourceIndex System.Nullable<System.Int32>

Properties

SearchViewModelSearchCompleteEventResults.Results Property

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

Property Value

System.Collections.Generic.IReadOnlyCollection<SearchResult>

SearchViewModelSearchCompleteEventResults.Source Property

public System.Collections.Generic.IReadOnlyCollection<string>? Source { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>

SearchViewModelSearchCompleteEventResults.SourceIndex Property

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

Property Value

System.Nullable<System.Int32>