Table of Contents

Class PreviewSectionPanel

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

Constructors

PreviewSectionPanel()

public PreviewSectionPanel()

Fields

QuestionRepeater

QuestionRepeater control.

protected Repeater QuestionRepeater

Field Value

Repeater

Remarks

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

Summary

Summary control.

protected HtmlGenericControl Summary

Field Value

HtmlGenericControl

Remarks

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

Methods

LoadData(string, IEnumerable<PreviewQuestionModel>)

public void LoadData(string summary, IEnumerable<PreviewQuestionModel> questions)

Parameters

summary string
questions IEnumerable<PreviewQuestionModel>

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs