Class ActivitySetup
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementExpiration
AchievementExpiration control.
protected Literal AchievementExpiration
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementFields
AchievementFields control.
protected HtmlGenericControl AchievementFields
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementIdentifier
AchievementIdentifier control.
protected FindAchievement AchievementIdentifier
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementIdentifierField
AchievementIdentifierField control.
protected HtmlGenericControl AchievementIdentifierField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementLabel
AchievementLabel control.
protected TextBox AchievementLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementLayout
AchievementLayout control.
protected CertificateLayoutComboBox AchievementLayout
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementName
AchievementName control.
protected TextBox AchievementName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementOutlineLink
AchievementOutlineLink control.
protected IconLink AchievementOutlineLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementPanel
AchievementPanel control.
protected HtmlGenericControl AchievementPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ActivityCancelButton
ActivityCancelButton control.
protected CancelButton ActivityCancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ActivitySaveButton
ActivitySaveButton control.
protected SaveButton ActivitySaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ActivitySetupAlert
ActivitySetupAlert control.
protected Alert ActivitySetupAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ActivitySetupTab
ActivitySetupTab control.
protected ActivitySetupTab ActivitySetupTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CompetenciesSelector
CompetenciesSelector control.
protected CompetenciesSelector CompetenciesSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CompetenciesTab
CompetenciesTab control.
protected NavItem CompetenciesTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemCode
GradeItemCode control.
protected TextBox GradeItemCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemCodeValidator
GradeItemCodeValidator control.
protected CustomValidator GradeItemCodeValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemFields
GradeItemFields control.
protected HtmlGenericControl GradeItemFields
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemFormat
GradeItemFormat control.
protected RadioButtonList GradeItemFormat
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemIdentifier
GradeItemIdentifier control.
protected GradebookItemComboBox GradeItemIdentifier
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemIdentifierField
GradeItemIdentifierField control.
protected HtmlGenericControl GradeItemIdentifierField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemName
GradeItemName control.
protected TextBox GradeItemName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemPassPercent
GradeItemPassPercent control.
protected NumericBox GradeItemPassPercent
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItemPassPercentField
GradeItemPassPercentField control.
protected HtmlGenericControl GradeItemPassPercentField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradebookCreateButton
GradebookCreateButton control.
protected IconButton GradebookCreateButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradebookOutlineLink
GradebookOutlineLink control.
protected IconLink GradebookOutlineLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrivacySettingsGroups
PrivacySettingsGroups control.
protected PrivacySettingsGroups PrivacySettingsGroups
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UniqueGradeItem
UniqueGradeItem control.
protected CustomValidator UniqueGradeItem
Field Value
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
CourseIdentifier
public Guid CourseIdentifier { get; set; }
Property Value
GradebookIdentifier
public Guid? GradebookIdentifier { get; set; }
Property Value
- Guid?
Methods
BindModelToControls(Course, QActivity)
public void BindModelToControls(Course course, QActivity activity)
Parameters
BindModelToControlsForAchievement(Guid?, bool)
public void BindModelToControlsForAchievement(Guid? achievementId, bool forceNew)
Parameters
BindModelToControlsForGradebook(Guid?, bool)
public void BindModelToControlsForGradebook(Guid? gradeItemId, bool forceNew)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)