TopMenuNotificationsDropDown Class

This component showcases to the user the notifications they have received. It updates in real-time when a new notification is received.

Definition

Namespace: MobileTrack.Web.Portal.Components.Notifications
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class TopMenuNotificationsDropDown : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    TopMenuNotificationsDropDown

Constructors

TopMenuNotificationsDropDownInitializes a new instance of the TopMenuNotificationsDropDown class

Properties

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))
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides MtBaseComponentDispose)
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