EndpointsOverview Class

Blazor component for managing and monitoring endpoints in the admin portal.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[RouteAttribute("/admin/endpoints")]
public class EndpointsOverview : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    EndpointsOverview

Constructors

EndpointsOverviewInitializes a new instance of the EndpointsOverview class

Properties

AvailableEndpoints List of available endpoints that can be selected for the endpoint.
EndpointEditContext Edit context
EndpointModel Model for the endpoint being created
NewEndpointModal Modal to create a new endpoint.
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)

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)
ShowEndpointModelAsync Shows the endpoint modal.

See Also