Class QuestionOrderingDetails
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddSolutionButton
AddSolutionButton control.
protected Button AddSolutionButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BottomLabel
BottomLabel control.
protected EditorTranslation BottomLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BottomLabelField
BottomLabelField control.
protected HtmlGenericControl BottomLabelField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorEmptyMessage
ImageSelectorEmptyMessage control.
protected HtmlGenericControl ImageSelectorEmptyMessage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorGallery
ImageSelectorGallery control.
protected HtmlGenericControl ImageSelectorGallery
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorRefresh
ImageSelectorRefresh control.
protected Button ImageSelectorRefresh
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorRepeater
ImageSelectorRepeater control.
protected ImageRepeater ImageSelectorRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorUpdatePanel
ImageSelectorUpdatePanel control.
protected UpdatePanel ImageSelectorUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorWindow
ImageSelectorWindow control.
protected Modal ImageSelectorWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionRepeater
OptionRepeater control.
protected Repeater OptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionsOrder
OptionsOrder control.
protected HiddenField OptionsOrder
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SolutionRepeater
SolutionRepeater control.
protected Repeater SolutionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SolutionsOrder
SolutionsOrder control.
protected HiddenField SolutionsOrder
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ToggleLabelsButton
ToggleLabelsButton control.
protected Button ToggleLabelsButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TopLabel
TopLabel control.
protected EditorTranslation TopLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TopLabelField
TopLabelField control.
protected HtmlGenericControl TopLabelField
Field Value
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
Methods
GetCommands(Question)
public Command[] GetCommands(Question question)
Parameters
questionQuestion
Returns
- Command[]
GetError()
public string GetError()
Returns
GetOrdering()
public Ordering GetOrdering()
Returns
InitData(BankState)
public void InitData(BankState bank)
Parameters
bankBankState
LoadData()
public void LoadData()
LoadData(Question)
public void LoadData(Question question)
Parameters
questionQuestion
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
Alert
public event AlertHandler Alert