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 record SearchViewModelSearchCompleteEventResults : System.IEquatable<dymaptic.GeoBlazor.Core.Results.SearchViewModelSearchCompleteEventResults>

Inheritance System.Object 🡒 SearchViewModelSearchCompleteEventResults

Implements System.IEquatable<SearchViewModelSearchCompleteEventResults>

Constructors

SearchViewModelSearchCompleteEventResults(IReadOnlyCollection, SearchSource, 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.SearchResults>? Results=null, dymaptic.GeoBlazor.Core.Components.SearchSource? Source=null, System.Nullable<int> SourceIndex=null);

Parameters

Results System.Collections.Generic.IReadOnlyCollection<SearchResults>

Source SearchSource

SourceIndex System.Nullable<System.Int32>

Properties

SearchViewModelSearchCompleteEventResults.Results Property

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

Property Value

System.Collections.Generic.IReadOnlyCollection<SearchResults>

SearchViewModelSearchCompleteEventResults.Source Property

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

Property Value

SearchSource

SearchViewModelSearchCompleteEventResults.SourceIndex Property

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

Property Value

System.Nullable<System.Int32>