Table of Contents

Class AnswerQuestionList

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

Constructors

AnswerQuestionList()

public AnswerQuestionList()

Fields

SectionRepeater

SectionRepeater control.

protected Repeater SectionRepeater

Field Value

Repeater

Remarks

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

Methods

GetContentHtml(string)

protected string GetContentHtml(string name)

Parameters

name string

Returns

string

GetContentText(string)

protected string GetContentText(string name)

Parameters

name string

Returns

string

HasContent(string)

protected bool HasContent(string name)

Parameters

name string

Returns

bool

LoadData(AttemptInfo)

public void LoadData(AttemptInfo attempt)

Parameters

attempt AttemptInfo

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs