Table of Contents

Class PrerequisiteList

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

Constructors

PrerequisiteList()

public PrerequisiteList()

Fields

PrerequisiteDeterminer

PrerequisiteDeterminer control.

protected HtmlGenericControl PrerequisiteDeterminer

Field Value

HtmlGenericControl

Remarks

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

PrerequisiteDeterminerAll

PrerequisiteDeterminerAll control.

protected RadioButton PrerequisiteDeterminerAll

Field Value

RadioButton

Remarks

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

PrerequisiteDeterminerAny

PrerequisiteDeterminerAny control.

protected RadioButton PrerequisiteDeterminerAny

Field Value

RadioButton

Remarks

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

PrerequisiteRepeater

PrerequisiteRepeater control.

protected Repeater PrerequisiteRepeater

Field Value

Repeater

Remarks

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

PrerequisiteRepeaterField

PrerequisiteRepeaterField control.

protected HtmlGenericControl PrerequisiteRepeaterField

Field Value

HtmlGenericControl

Remarks

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

TriggerActivityField

TriggerActivityField control.

protected HtmlGenericControl TriggerActivityField

Field Value

HtmlGenericControl

Remarks

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

TriggerActivityIdentifier

TriggerActivityIdentifier control.

protected ActivityComboBox TriggerActivityIdentifier

Field Value

ActivityComboBox

Remarks

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

TriggerActivityIdentifierValidator

TriggerActivityIdentifierValidator control.

protected RequiredValidator TriggerActivityIdentifierValidator

Field Value

RequiredValidator

Remarks

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

TriggerAssessmentBankIdentifier

TriggerAssessmentBankIdentifier control.

protected FindBank TriggerAssessmentBankIdentifier

Field Value

FindBank

Remarks

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

TriggerAssessmentFormIdentifier

TriggerAssessmentFormIdentifier control.

protected FindBankForm TriggerAssessmentFormIdentifier

Field Value

FindBankForm

Remarks

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

TriggerAssessmentFormIdentifierValidator

TriggerAssessmentFormIdentifierValidator control.

protected RequiredValidator TriggerAssessmentFormIdentifierValidator

Field Value

RequiredValidator

Remarks

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

TriggerAssessmentQuestionIdentifier

TriggerAssessmentQuestionIdentifier control.

protected FindBankQuestion TriggerAssessmentQuestionIdentifier

Field Value

FindBankQuestion

Remarks

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

TriggerAssessmentQuestionIdentifierValidator

TriggerAssessmentQuestionIdentifierValidator control.

protected RequiredValidator TriggerAssessmentQuestionIdentifierValidator

Field Value

RequiredValidator

Remarks

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

TriggerBankField

TriggerBankField control.

protected HtmlGenericControl TriggerBankField

Field Value

HtmlGenericControl

Remarks

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

TriggerChange

TriggerChange control.

protected ComboBox TriggerChange

Field Value

ComboBox

Remarks

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

TriggerConditionField

TriggerConditionField control.

protected HtmlGenericControl TriggerConditionField

Field Value

HtmlGenericControl

Remarks

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

TriggerConditionScoreFrom

TriggerConditionScoreFrom control.

protected NumericBox TriggerConditionScoreFrom

Field Value

NumericBox

Remarks

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

TriggerConditionScoreThru

TriggerConditionScoreThru control.

protected NumericBox TriggerConditionScoreThru

Field Value

NumericBox

Remarks

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

TriggerFormField

TriggerFormField control.

protected HtmlGenericControl TriggerFormField

Field Value

HtmlGenericControl

Remarks

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

TriggerGradeItemField

TriggerGradeItemField control.

protected HtmlGenericControl TriggerGradeItemField

Field Value

HtmlGenericControl

Remarks

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

TriggerGradeItemIdentifier

TriggerGradeItemIdentifier control.

protected GradebookItemComboBox TriggerGradeItemIdentifier

Field Value

GradebookItemComboBox

Remarks

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

TriggerGradeItemIdentifierValidator

TriggerGradeItemIdentifierValidator control.

protected RequiredValidator TriggerGradeItemIdentifierValidator

Field Value

RequiredValidator

Remarks

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

TriggerQuestionField

TriggerQuestionField control.

protected HtmlGenericControl TriggerQuestionField

Field Value

HtmlGenericControl

Remarks

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

Properties

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

CourseIdentifier

public Guid CourseIdentifier { get; set; }

Property Value

Guid

Methods

BindModelToControls(Guid, PrerequisiteObjectType, Guid, string, string)

public void BindModelToControls(Guid course, PrerequisiteObjectType objectType, Guid containerId, string determiner, string validationGroup)

Parameters

course Guid
objectType PrerequisiteObjectType
containerId Guid
determiner string
validationGroup string

GetPrerequisiteDeterminer()

public string GetPrerequisiteDeterminer()

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SaveChanges()

public void SaveChanges()

SetPrerequisiteDeterminer(string)

public void SetPrerequisiteDeterminer(string determiner)

Parameters

determiner string