ItemsSearchBar Class

Searchbar for finding items in the system. Can be used by both MobileTrack support users and regular users.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ItemsSearchBar : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    ItemsSearchBar

Constructors

ItemsSearchBarInitializes a new instance of the ItemsSearchBar class

Properties

CosmosDb Dependency injection of the current user session data.
CurrentUser Dependency injection of the current user session data.
JsRuntime Dependency injected Javascript Runtime
Loc Dependency injection of the localization service.
NavigationManager Dependency injection of the navigation manager.

Methods

BsHiddenAutocomplete Invoked by JavaScript when the autocomplete dropdown is hidden.
SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also