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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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