DeviceHistoryTab Class

This component is used to view an object derived from IHasDeviceHistory

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class DeviceHistoryTab : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    DeviceHistoryTab

Constructors

DeviceHistoryTabInitializes a new instance of the DeviceHistoryTab class

Properties

CurrentDevice The current device
DeviceHistoryOverview The device history overview component that displays the device messages in a grouped manner.
DeviceMessages The device messages to display on the map.
DeviceMessagesChanged Event callback invoked when the device messages are changed by filter.
DeviceModal Modal reference
Dialog Confirm dialog
IsActiveTab Whether this tab is active at startup.
OnClick This event fires when the user clicks the corresponding tab button and the tab is displayed.
RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)
ServiceProvider Dependency injection for the service provider

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnInitializedAsync Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync)
OnParametersSetAsync Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
(Overrides MtBaseComponentOnParametersSetAsync)

See Also