MapMarkerSelectorT Class

For selecting available map markers for a resource, like a DeviceDto

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class MapMarkerSelector<T> : InputComponentBase<T>
where T : class, IIdLabel, IHasMapMarkers, IHasCompany
Inheritance
Object    ComponentBase    InputComponentBaseT    MapMarkerSelectorT

Type Parameters

T
The model that contains the property of IHasMapMarkers

Constructors

MapMarkerSelectorTInitializes a new instance of the MapMarkerSelectorT class

Properties

CosmosDb Dependency injection for the Azure Cosmos DB.
CurrentUser The currently logged-in user.

Methods

SetParametersAsync Sets parameters supplied by the component's parent in the render tree.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also