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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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