Table of Contents

Class NotificationSetup

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

Constructors

NotificationSetup()

public NotificationSetup()

Fields

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

CompletedNotificationValidator

CompletedNotificationValidator control.

protected CustomValidator CompletedNotificationValidator

Field Value

CustomValidator

Remarks

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

CompletedToAdministratorMessageIdentifier

CompletedToAdministratorMessageIdentifier control.

protected FindMessage CompletedToAdministratorMessageIdentifier

Field Value

FindMessage

Remarks

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

CompletedToLearnerMessageIdentifier

CompletedToLearnerMessageIdentifier control.

protected FindMessage CompletedToLearnerMessageIdentifier

Field Value

FindMessage

Remarks

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

CompletionActivityIdentifier

CompletionActivityIdentifier control.

protected ActivityComboBox CompletionActivityIdentifier

Field Value

ActivityComboBox

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

SendMessageStalledAfterDays

SendMessageStalledAfterDays control.

protected NumericBox SendMessageStalledAfterDays

Field Value

NumericBox

Remarks

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

SendMessageStalledMaxCount

SendMessageStalledMaxCount control.

protected NumericBox SendMessageStalledMaxCount

Field Value

NumericBox

Remarks

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

StalledToAdministratorMessageIdentifier

StalledToAdministratorMessageIdentifier control.

protected FindMessage StalledToAdministratorMessageIdentifier

Field Value

FindMessage

Remarks

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

StalledToLearnerMessageIdentifier

StalledToLearnerMessageIdentifier control.

protected FindMessage StalledToLearnerMessageIdentifier

Field Value

FindMessage

Remarks

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

Methods

BindModelToControls(Course)

public void BindModelToControls(Course course)

Parameters

course Course

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs