Table of Contents

Class AnalysisQuestionTabContent

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

Constructors

AnalysisQuestionTabContent()

public AnalysisQuestionTabContent()

Fields

AnalysisRepeater

AnalysisRepeater control.

protected Repeater AnalysisRepeater

Field Value

Repeater

Remarks

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

MessageLiteral

MessageLiteral control.

protected Literal MessageLiteral

Field Value

Literal

Remarks

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

QuestionRepeater

QuestionRepeater control.

protected QuestionRepeater QuestionRepeater

Field Value

QuestionRepeater

Remarks

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

Methods

LoadData(Question, InclusionType)

public bool LoadData(Question question, InclusionType pilotAttemptsInclusion)

Parameters

question Question
pilotAttemptsInclusion InclusionType

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs