Table of Contents

Class QuestionsSection

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

Constructors

QuestionsSection()

public QuestionsSection()

Fields

AddButton

AddButton control.

protected DropDownButton AddButton

Field Value

DropDownButton

Remarks

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

ControlStatus

ControlStatus control.

protected Alert ControlStatus

Field Value

Alert

Remarks

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

DownloadButton

DownloadButton control.

protected DropDownButton DownloadButton

Field Value

DropDownButton

Remarks

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

FilterQuestionsButton

FilterQuestionsButton control.

protected IconButton FilterQuestionsButton

Field Value

IconButton

Remarks

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

FilterQuestionsTextBox

FilterQuestionsTextBox control.

protected TextBox FilterQuestionsTextBox

Field Value

TextBox

Remarks

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

NoQuestionsAlert

NoQuestionsAlert control.

protected HtmlGenericControl NoQuestionsAlert

Field Value

HtmlGenericControl

Remarks

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

PreviewSetButton

PreviewSetButton control.

protected Button PreviewSetButton

Field Value

Button

Remarks

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

SetsNav

SetsNav control.

protected Nav SetsNav

Field Value

Nav

Remarks

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

SetsNavContent

SetsNavContent control.

protected NavContent SetsNavContent

Field Value

NavContent

Remarks

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

SortButton

SortButton control.

protected DropDownButton SortButton

Field Value

DropDownButton

Remarks

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

Properties

LoadBank

public Func<BankState> LoadBank { get; }

Property Value

Func<BankState>

Methods

CreateChildControls()

protected override void CreateChildControls()

LoadData(BankState, bool, out bool)

public void LoadData(BankState bank, bool canWrite, out bool isSelected)

Parameters

bank BankState
canWrite bool
isSelected bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OpenQuestion(Question)

public bool OpenQuestion(Question question)

Parameters

question Question

Returns

bool