Table of Contents

Class QuestionOrderingDetails

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

Constructors

QuestionOrderingDetails()

public QuestionOrderingDetails()

Fields

AddOptionButton

AddOptionButton control.

protected Button AddOptionButton

Field Value

Button

Remarks

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

AddSolutionButton

AddSolutionButton control.

protected Button AddSolutionButton

Field Value

Button

Remarks

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

BottomLabel

BottomLabel control.

protected EditorTranslation BottomLabel

Field Value

EditorTranslation

Remarks

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

BottomLabelField

BottomLabelField control.

protected HtmlGenericControl BottomLabelField

Field Value

HtmlGenericControl

Remarks

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

ImageSelectorEmptyMessage

ImageSelectorEmptyMessage control.

protected HtmlGenericControl ImageSelectorEmptyMessage

Field Value

HtmlGenericControl

Remarks

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

ImageSelectorGallery

ImageSelectorGallery control.

protected HtmlGenericControl ImageSelectorGallery

Field Value

HtmlGenericControl

Remarks

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

ImageSelectorRefresh

ImageSelectorRefresh control.

protected Button ImageSelectorRefresh

Field Value

Button

Remarks

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

ImageSelectorRepeater

ImageSelectorRepeater control.

protected ImageRepeater ImageSelectorRepeater

Field Value

ImageRepeater

Remarks

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

ImageSelectorUpdatePanel

ImageSelectorUpdatePanel control.

protected UpdatePanel ImageSelectorUpdatePanel

Field Value

UpdatePanel

Remarks

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

ImageSelectorWindow

ImageSelectorWindow control.

protected Modal ImageSelectorWindow

Field Value

Modal

Remarks

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

OptionRepeater

OptionRepeater control.

protected Repeater OptionRepeater

Field Value

Repeater

Remarks

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

OptionsOrder

OptionsOrder control.

protected HiddenField OptionsOrder

Field Value

HiddenField

Remarks

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

SolutionRepeater

SolutionRepeater control.

protected Repeater SolutionRepeater

Field Value

Repeater

Remarks

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

SolutionsOrder

SolutionsOrder control.

protected HiddenField SolutionsOrder

Field Value

HiddenField

Remarks

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

ToggleLabelsButton

ToggleLabelsButton control.

protected Button ToggleLabelsButton

Field Value

Button

Remarks

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

TopLabel

TopLabel control.

protected EditorTranslation TopLabel

Field Value

EditorTranslation

Remarks

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

TopLabelField

TopLabelField control.

protected HtmlGenericControl TopLabelField

Field Value

HtmlGenericControl

Remarks

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

Properties

IsReadOnly

public bool IsReadOnly { get; set; }

Property Value

bool

Methods

GetCommands(Question)

public Command[] GetCommands(Question question)

Parameters

question Question

Returns

Command[]

GetError()

public string GetError()

Returns

string

GetOrdering()

public Ordering GetOrdering()

Returns

Ordering

InitData(BankState)

public void InitData(BankState bank)

Parameters

bank BankState

LoadData()

public void LoadData()

LoadData(Question)

public void LoadData(Question question)

Parameters

question Question

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler