Table of Contents

Class NotificationsGrid

Namespace
InSite.Custom.CMDS.Admin.Reports.Controls
Assembly
InSite.UI.dll
public class NotificationsGrid : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
NotificationsGrid
Implements
Inherited Members

Constructors

NotificationsGrid()

public NotificationsGrid()

Fields

NotificationRepeater

NotificationRepeater control.

protected Repeater NotificationRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

LoadData(List<Notification>)

public void LoadData(List<NotificationSubscribers.Notification> data)

Parameters

data List<NotificationSubscribers.Notification>

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs