Table of Contents

Class ClassNotificationTab

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

Constructors

ClassNotificationTab()

public ClassNotificationTab()

Fields

IgnoreScheduleStart

IgnoreScheduleStart control.

protected RadioButtonList IgnoreScheduleStart

Field Value

RadioButtonList

Remarks

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

ReminderInstructorMessage

ReminderInstructorMessage control.

protected Literal ReminderInstructorMessage

Field Value

Literal

Remarks

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

ReminderLearnerMessage

ReminderLearnerMessage control.

protected Literal ReminderLearnerMessage

Field Value

Literal

Remarks

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

ReminderMessageSent

ReminderMessageSent control.

protected Literal ReminderMessageSent

Field Value

Literal

Remarks

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

SendReminderBeforeDays

SendReminderBeforeDays control.

protected Literal SendReminderBeforeDays

Field Value

Literal

Remarks

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

SendReminderBeforeDaysLink control.

protected IconLink SendReminderBeforeDaysLink

Field Value

IconLink

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

TestPanel

TestPanel control.

protected HtmlGenericControl TestPanel

Field Value

HtmlGenericControl

Remarks

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

ToInstructorsLink control.

protected IconLink ToInstructorsLink

Field Value

IconLink

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

ToLearnerLink control.

protected IconLink ToLearnerLink

Field Value

IconLink

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

TriggerAlert

TriggerAlert control.

protected Alert TriggerAlert

Field Value

Alert

Remarks

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

TriggerButton

TriggerButton control.

protected Button TriggerButton

Field Value

Button

Remarks

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

Methods

LoadData(QEvent, bool)

public void LoadData(QEvent @event, bool canEdit)

Parameters

event QEvent
canEdit bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs