Table of Contents

Class ConfigurationDetails

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

Constructors

ConfigurationDetails()

public ConfigurationDetails()

Fields

ConsequenceType

ConsequenceType control.

protected RadioButtonList ConsequenceType

Field Value

RadioButtonList

Remarks

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

FormLimit

FormLimit control.

protected NumericBox FormLimit

Field Value

NumericBox

Remarks

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

QuestionLimit

QuestionLimit control.

protected NumericBox QuestionLimit

Field Value

NumericBox

Remarks

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

ScenarioFields

ScenarioFields control.

protected Container ScenarioFields

Field Value

Container

Remarks

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

SectionsAsTabsEnabled

SectionsAsTabsEnabled control.

protected BooleanComboBox SectionsAsTabsEnabled

Field Value

BooleanComboBox

Remarks

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

SingleQuestionPerTabEnabled

SingleQuestionPerTabEnabled control.

protected BooleanComboBox SingleQuestionPerTabEnabled

Field Value

BooleanComboBox

Remarks

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

SingleQuestionPerTabField

SingleQuestionPerTabField control.

protected HtmlGenericControl SingleQuestionPerTabField

Field Value

HtmlGenericControl

Remarks

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

TabNavigationEnabled

TabNavigationEnabled control.

protected BooleanComboBox TabNavigationEnabled

Field Value

BooleanComboBox

Remarks

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

TabNavigationField

TabNavigationField control.

protected HtmlGenericControl TabNavigationField

Field Value

HtmlGenericControl

Remarks

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

TabTimeLimit

TabTimeLimit control.

protected ComboBox TabTimeLimit

Field Value

ComboBox

Remarks

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

TabTimeLimitField

TabTimeLimitField control.

protected HtmlGenericControl TabTimeLimitField

Field Value

HtmlGenericControl

Remarks

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

Methods

GetInputValues(Specification)

public void GetInputValues(Specification spec)

Parameters

spec Specification

GetScenarioEnabled()

public bool? GetScenarioEnabled()

Returns

bool?

GetSingleQuestionPerTabEnabled()

public bool? GetSingleQuestionPerTabEnabled()

Returns

bool?

GetTabNavigationEnabled()

public bool? GetTabNavigationEnabled()

Returns

bool?

GetTabTimeLimit()

public SpecificationTabTimeLimit? GetTabTimeLimit()

Returns

SpecificationTabTimeLimit?

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues()

public void SetDefaultInputValues()

SetInputValues(Specification)

public void SetInputValues(Specification spec)

Parameters

spec Specification