Table of Contents

Class ActivitySetup

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

Constructors

ActivitySetup()

public ActivitySetup()

Fields

AchievementCreateButton

AchievementCreateButton control.

protected IconButton AchievementCreateButton

Field Value

IconButton

Remarks

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

AchievementExpiration

AchievementExpiration control.

protected Literal AchievementExpiration

Field Value

Literal

Remarks

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

AchievementFields

AchievementFields control.

protected HtmlGenericControl AchievementFields

Field Value

HtmlGenericControl

Remarks

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

AchievementIdentifier

AchievementIdentifier control.

protected FindAchievement AchievementIdentifier

Field Value

FindAchievement

Remarks

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

AchievementIdentifierField

AchievementIdentifierField control.

protected HtmlGenericControl AchievementIdentifierField

Field Value

HtmlGenericControl

Remarks

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

AchievementLabel

AchievementLabel control.

protected TextBox AchievementLabel

Field Value

TextBox

Remarks

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

AchievementLayout

AchievementLayout control.

protected CertificateLayoutComboBox AchievementLayout

Field Value

CertificateLayoutComboBox

Remarks

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

AchievementName

AchievementName control.

protected TextBox AchievementName

Field Value

TextBox

Remarks

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

AchievementOutlineLink control.

protected IconLink AchievementOutlineLink

Field Value

IconLink

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

AchievementPanel

AchievementPanel control.

protected HtmlGenericControl AchievementPanel

Field Value

HtmlGenericControl

Remarks

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

ActivityCancelButton

ActivityCancelButton control.

protected CancelButton ActivityCancelButton

Field Value

CancelButton

Remarks

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

ActivitySaveButton

ActivitySaveButton control.

protected SaveButton ActivitySaveButton

Field Value

SaveButton

Remarks

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

ActivitySetupAlert

ActivitySetupAlert control.

protected Alert ActivitySetupAlert

Field Value

Alert

Remarks

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

ActivitySetupTab

ActivitySetupTab control.

protected ActivitySetupTab ActivitySetupTab

Field Value

ActivitySetupTab

Remarks

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

CompetenciesSelector

CompetenciesSelector control.

protected CompetenciesSelector CompetenciesSelector

Field Value

CompetenciesSelector

Remarks

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

CompetenciesTab

CompetenciesTab control.

protected NavItem CompetenciesTab

Field Value

NavItem

Remarks

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

GradeItemCode

GradeItemCode control.

protected TextBox GradeItemCode

Field Value

TextBox

Remarks

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

GradeItemCodeValidator

GradeItemCodeValidator control.

protected CustomValidator GradeItemCodeValidator

Field Value

CustomValidator

Remarks

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

GradeItemFields

GradeItemFields control.

protected HtmlGenericControl GradeItemFields

Field Value

HtmlGenericControl

Remarks

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

GradeItemFormat

GradeItemFormat control.

protected RadioButtonList GradeItemFormat

Field Value

RadioButtonList

Remarks

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

GradeItemIdentifier

GradeItemIdentifier control.

protected GradebookItemComboBox GradeItemIdentifier

Field Value

GradebookItemComboBox

Remarks

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

GradeItemIdentifierField

GradeItemIdentifierField control.

protected HtmlGenericControl GradeItemIdentifierField

Field Value

HtmlGenericControl

Remarks

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

GradeItemName

GradeItemName control.

protected TextBox GradeItemName

Field Value

TextBox

Remarks

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

GradeItemPassPercent

GradeItemPassPercent control.

protected NumericBox GradeItemPassPercent

Field Value

NumericBox

Remarks

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

GradeItemPassPercentField

GradeItemPassPercentField control.

protected HtmlGenericControl GradeItemPassPercentField

Field Value

HtmlGenericControl

Remarks

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

GradebookCreateButton

GradebookCreateButton control.

protected IconButton GradebookCreateButton

Field Value

IconButton

Remarks

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

GradebookOutlineLink control.

protected IconLink GradebookOutlineLink

Field Value

IconLink

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

PrivacySettingsGroups

PrivacySettingsGroups control.

protected PrivacySettingsGroups PrivacySettingsGroups

Field Value

PrivacySettingsGroups

Remarks

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

UniqueGradeItem

UniqueGradeItem control.

protected CustomValidator UniqueGradeItem

Field Value

CustomValidator

Remarks

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

Properties

ActivityIdentifier

public Guid ActivityIdentifier { get; set; }

Property Value

Guid

CourseIdentifier

public Guid CourseIdentifier { get; set; }

Property Value

Guid

GradebookIdentifier

public Guid? GradebookIdentifier { get; set; }

Property Value

Guid?

Methods

BindModelToControls(Course, QActivity)

public void BindModelToControls(Course course, QActivity activity)

Parameters

course Course
activity QActivity

BindModelToControlsForAchievement(Guid?, bool)

public void BindModelToControlsForAchievement(Guid? achievementId, bool forceNew)

Parameters

achievementId Guid?
forceNew bool

BindModelToControlsForGradebook(Guid?, bool)

public void BindModelToControlsForGradebook(Guid? gradeItemId, bool forceNew)

Parameters

gradeItemId Guid?
forceNew bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs