public class DeviceHistoryTab : MtBaseComponent| DeviceHistoryTab | Initializes a new instance of the DeviceHistoryTab class |
| 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 |
| 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) |